mirror of
https://github.com/Intervention/image.git
synced 2025-08-25 14:50:48 +02:00
Rename test functions
This commit is contained in:
@@ -33,7 +33,7 @@ final class ImageTest extends ImagickTestCase
|
||||
protected function setUp(): void
|
||||
{
|
||||
$imagick = new Imagick();
|
||||
$imagick->readImage($this->getTestImagePath('animation.gif'));
|
||||
$imagick->readImage($this->getTestResourcePath('animation.gif'));
|
||||
$this->image = new Image(
|
||||
new Driver(),
|
||||
new Core($imagick),
|
||||
|
Reference in New Issue
Block a user