فهرست منبع

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');
         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())
     public function getBucket(array $args = array())
     {
     {
         throw new BadMethodCallException('not supported by this stub');
         throw new BadMethodCallException('not supported by this stub');