mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2025-07-24 23:35:26 -04:00
Merge branch 'master' into php8
This commit is contained in:
commit
46c0fc851c
44 changed files with 1062 additions and 642 deletions
|
@ -27,7 +27,7 @@ class GoogleCloudStorageTest extends TestCase
|
|||
public function setUp(): void
|
||||
{
|
||||
ini_set('error_log', stream_get_meta_data(tmpfile())['uri']);
|
||||
$this->_model = GoogleCloudStorage::getInstance(array(
|
||||
$this->_model = new GoogleCloudStorage(array(
|
||||
'bucket' => self::$_bucket->name(),
|
||||
'prefix' => 'pastes',
|
||||
));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue