Explorar o código

add missing method added upstream

El RIDO hai 1 ano
pai
achega
50a695b609
Modificáronse 1 ficheiros con 5 adicións e 0 borrados
  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');