1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

Update ResizeTest.php

This commit is contained in:
Mou Ikkai 2020-09-30 17:53:55 -04:00 committed by GitHub
parent c2d4e495f0
commit e4c72f6592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}
}
}