phpunit compatibility
This commit is contained in:
parent
1f6b962468
commit
168ce1d85c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ class GoogleCloudStorageTest extends TestCase
|
|||
}
|
||||
}
|
||||
|
||||
public static function tearDownAfterClass()
|
||||
public static function tearDownAfterClass(): void
|
||||
{
|
||||
self::$_bucket->delete();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue