fix deprecated creation of dynamic property

caught by Scrutinizer after upgrading from PHP 7.4 to 8.2
This commit is contained in:
El RIDO 2025-07-19 21:30:05 +02:00
parent 0e57824e4a
commit 009f53e5fd
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92

View file

@ -9,6 +9,7 @@ class GoogleCloudStorageTest extends TestCase
{
private static $_client;
private static $_bucket;
private $_model;
public static function setUpBeforeClass(): void
{