phpunit compatibility

This commit is contained in:
El RIDO
2021-10-07 22:25:51 +02:00
parent 1f6b962468
commit 168ce1d85c

View File

@@ -40,7 +40,7 @@ class GoogleCloudStorageTest extends TestCase
} }
} }
public static function tearDownAfterClass() public static function tearDownAfterClass(): void
{ {
self::$_bucket->delete(); self::$_bucket->delete();
} }