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:
El RIDO 2025-01-11 20:29:03 +01:00
parent 4b31528fed
commit c27c18faf9
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92

View File

@ -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');