Преглед на файлове

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');