Просмотр исходного кода

add missing method added upstream

El RIDO 1 год назад
Родитель
Сommit
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');
         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())
     public function composeObject(array $args = array())
     {
     {
         throw new BadMethodCallException('not supported by this stub');
         throw new BadMethodCallException('not supported by this stub');