diff --git a/tst/Bootstrap.php b/tst/Bootstrap.php index 8e9e8cda..27ce7439 100644 --- a/tst/Bootstrap.php +++ b/tst/Bootstrap.php @@ -763,6 +763,11 @@ class ConnectionInterfaceStub implements ConnectionInterface throw new BadMethodCallException('not supported by this stub'); } + public function restoreBucket(array $args = array()) + { + throw new BadMethodCallException('not supported by this stub'); + } + public function getBucket(array $args = array()) { throw new BadMethodCallException('not supported by this stub');