diff --git a/tst/Bootstrap.php b/tst/Bootstrap.php index 48a91cb8..bcf622f4 100644 --- a/tst/Bootstrap.php +++ b/tst/Bootstrap.php @@ -149,7 +149,7 @@ class BucketStub extends Bucket throw new BadMethodCallException('not supported by this stub'); } - public function exists() + public function exists(array $options = array()) { return true; }