mirror of
https://github.com/Intervention/image.git
synced 2025-08-25 06:40:48 +02:00
Rename test functions
This commit is contained in:
@@ -19,7 +19,7 @@ final class SplFileInfoImageDecoderTest extends BaseTestCase
|
||||
{
|
||||
$decoder = new SplFileInfoImageDecoder();
|
||||
$result = $decoder->decode(
|
||||
new SplFileInfo($this->getTestImagePath('blue.gif'))
|
||||
new SplFileInfo($this->getTestResourcePath('blue.gif'))
|
||||
);
|
||||
$this->assertInstanceOf(Image::class, $result);
|
||||
}
|
||||
|
Reference in New Issue
Block a user