mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-06-12 08:53:05 -04:00
fix google cloud sdk tests
Adds new method required by interface since https://github.com/googleapis/google-cloud-php/pull/7966
This commit is contained in:
parent
4b31528fed
commit
c27c18faf9
1 changed files with 5 additions and 0 deletions
|
@ -763,6 +763,11 @@ class ConnectionInterfaceStub implements ConnectionInterface
|
||||||
throw new BadMethodCallException('not supported by this stub');
|
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())
|
public function getBucket(array $args = array())
|
||||||
{
|
{
|
||||||
throw new BadMethodCallException('not supported by this stub');
|
throw new BadMethodCallException('not supported by this stub');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue