mirror of
https://github.com/Intervention/image.git
synced 2025-08-26 23:35:12 +02:00
Rename test functions
This commit is contained in:
@@ -26,7 +26,7 @@ final class FilePathImageDecoderTest extends BaseTestCase
|
||||
public function testDecode(): void
|
||||
{
|
||||
$result = $this->decoder->decode(
|
||||
$this->getTestImagePath()
|
||||
$this->getTestResourcePath()
|
||||
);
|
||||
|
||||
$this->assertInstanceOf(Image::class, $result);
|
||||
|
Reference in New Issue
Block a user