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

fix php unit tests using newer google cloud storage library

El RIDO 1 месяц назад
Родитель
Сommit
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');
     }
 
+    public function headObject(array $args = array())
+    {
+        throw new BadMethodCallException('not supported by this stub');
+    }
+
     public function listObjects(array $args = array())
     {
         throw new BadMethodCallException('not supported by this stub');