mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Update StorageTest.php
This commit is contained in:
parent
e4c72f6592
commit
7ce51565c2
1 changed files with 3 additions and 3 deletions
|
|
@ -12,11 +12,11 @@ Storage::setDevice('disk-b', new Local(__DIR__ . '/../../resources/disk-b'));
|
|||
|
||||
class StorageTest extends TestCase
|
||||
{
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
public function tearDown(): void
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -39,4 +39,4 @@ class StorageTest extends TestCase
|
|||
$this->assertEquals(Storage::exists('disk-b'), true);
|
||||
$this->assertEquals(Storage::exists('disk-c'), false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue