Просмотр исходного кода

fix google cloud sdk tests

Adds new method required by interface since https://github.com/googleapis/google-cloud-php/pull/7966
El RIDO 1 год назад
Родитель
Сommit
c27c18faf9
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      tst/Bootstrap.php

+ 5 - 0
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');