mirror of
https://github.com/Intervention/image.git
synced 2025-08-30 09:10:21 +02:00
Rename test functions
This commit is contained in:
@@ -16,7 +16,7 @@ abstract class ImagickTestCase extends BaseTestCase
|
||||
public function readTestImage($filename = 'test.jpg'): Image
|
||||
{
|
||||
return (new FilePathImageDecoder())->handle(
|
||||
$this->getTestImagePath($filename)
|
||||
$this->getTestResourcePath($filename)
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user