diff --git a/tst/Bootstrap.php b/tst/Bootstrap.php index f3b77870..48a91cb8 100644 --- a/tst/Bootstrap.php +++ b/tst/Bootstrap.php @@ -32,9 +32,9 @@ Helper::updateSubresourceIntegrity(); */ class StorageClientStub extends StorageClient { - private $_config = null; - private $_connection = null; - private static $_buckets = array(); + private $_config = null; + private $_connection = null; + private static $_buckets = array(); public function __construct(array $config = array()) {