mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update LocalTest.php
This commit is contained in:
parent
63abff62e0
commit
4e3eda9072
1 changed files with 3 additions and 3 deletions
|
|
@ -12,12 +12,12 @@ class LocalTest extends TestCase
|
|||
*/
|
||||
protected $object = null;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->object = new Local(realpath(__DIR__ . '/../../../resources/disk-a'));
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
public function tearDown(): void
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -120,4 +120,4 @@ class LocalTest extends TestCase
|
|||
{
|
||||
$this->assertGreaterThan(0, $this->object->getPartitionTotalSpace());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue