mirror of
https://github.com/Intervention/image.git
synced 2025-08-23 22:12:51 +02:00
Rename test functions
This commit is contained in:
@@ -26,7 +26,7 @@ final class DataUriImageDecoderTest extends BaseTestCase
|
||||
public function testDecode(): void
|
||||
{
|
||||
$result = $this->decoder->decode(
|
||||
sprintf('data:image/jpeg;base64,%s', base64_encode($this->getTestImageData('blue.gif')))
|
||||
sprintf('data:image/jpeg;base64,%s', base64_encode($this->getTestResourceData('blue.gif')))
|
||||
);
|
||||
|
||||
$this->assertInstanceOf(Image::class, $result);
|
||||
|
Reference in New Issue
Block a user