mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Update ResizeTest.php
This commit is contained in:
parent
c2d4e495f0
commit
e4c72f6592
1 changed files with 3 additions and 3 deletions
|
|
@ -7,11 +7,11 @@ use PHPUnit\Framework\TestCase;
|
|||
|
||||
class ResizeTest extends TestCase
|
||||
{
|
||||
public function setUp()
|
||||
public function setUp(): void
|
||||
{
|
||||
}
|
||||
|
||||
public function tearDown()
|
||||
public function tearDown(): void
|
||||
{
|
||||
}
|
||||
|
||||
|
|
@ -167,4 +167,4 @@ class ResizeTest extends TestCase
|
|||
$this->assertEquals('GIF', $image->getImageFormat());
|
||||
\unlink($target);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue