mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 00:49:02 +00:00
Update GZIPTest.php
This commit is contained in:
parent
7ce51565c2
commit
63abff62e0
1 changed files with 3 additions and 3 deletions
|
|
@ -12,12 +12,12 @@ class GZIPTest extends TestCase
|
|||
*/
|
||||
protected $object = null;
|
||||
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
$this->object = new GZIP();
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
public function tearDown(): void
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -77,4 +77,4 @@ class GZIPTest extends TestCase
|
|||
|
||||
$this->assertEquals($dataSize, 3038056);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue