From c27c18faf9abd69ba93c56db2379d97780eb1c01 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 11 Jan 2025 20:29:03 +0100 Subject: [PATCH] fix google cloud sdk tests Adds new method required by interface since https://github.com/googleapis/google-cloud-php/pull/7966 --- tst/Bootstrap.php | 5 +++++ 1 file changed, 5 insertions(+) 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');