add missing method added upstream
This commit is contained in:
parent
cfb609814a
commit
50a695b609
@ -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');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user