Преглед изворни кода

fix google cloud sdk tests

Adds new method required by interface since https://github.com/googleapis/google-cloud-php/pull/7966
El RIDO пре 1 година
родитељ
комит
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');