소스 검색

add missing method added upstream

El RIDO 1 년 전
부모
커밋
50a695b609
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      tst/Bootstrap.php

+ 5 - 0
tst/Bootstrap.php

@@ -823,6 +823,11 @@ class ConnectionInterfaceStub implements ConnectionInterface
         throw new BadMethodCallException('not supported by this stub');
     }
 
+    public function moveObject(array $args = array())
+    {
+        throw new BadMethodCallException('not supported by this stub');
+    }
+
     public function composeObject(array $args = array())
     {
         throw new BadMethodCallException('not supported by this stub');