Kaynağa Gözat

fix google cloud sdk tests

Adds new method required by interface since https://github.com/googleapis/google-cloud-php/pull/7966
El RIDO 1 yıl önce
ebeveyn
işleme
c27c18faf9
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  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');