diff --git a/tst/Bootstrap.php b/tst/Bootstrap.php index d1c4237d..8748686d 100644 --- a/tst/Bootstrap.php +++ b/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');