Преглед на файлове

fix php unit tests using newer google cloud storage library

El RIDO преди 1 месец
родител
ревизия
425a6d32d2
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      tst/Bootstrap.php

+ 5 - 0
tst/Bootstrap.php

@@ -792,6 +792,11 @@ class ConnectionInterfaceStub implements ConnectionInterface
         throw new BadMethodCallException('not supported by this stub');
         throw new BadMethodCallException('not supported by this stub');
     }
     }
 
 
+    public function headObject(array $args = array())
+    {
+        throw new BadMethodCallException('not supported by this stub');
+    }
+
     public function listObjects(array $args = array())
     public function listObjects(array $args = array())
     {
     {
         throw new BadMethodCallException('not supported by this stub');
         throw new BadMethodCallException('not supported by this stub');