Merge branch 'master' into php8

This commit is contained in:
El RIDO
2022-11-17 06:04:12 +01:00
44 changed files with 1062 additions and 642 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ class ControllerWithGcsTest extends ControllerTest
'bucket' => self::$_bucket->name(),
'prefix' => 'pastes',
);
$this->_data = GoogleCloudStorage::getInstance($this->_options);
$this->_data = new GoogleCloudStorage($this->_options);
ServerSalt::setStore($this->_data);
TrafficLimiter::setStore($this->_data);
$this->reset();