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:
@@ -25,7 +25,7 @@ final class Base64ImageDecoderTest extends BaseTestCase
|
||||
public function testDecode(): void
|
||||
{
|
||||
$result = $this->decoder->decode(
|
||||
base64_encode($this->getTestImageData('blue.gif'))
|
||||
base64_encode($this->getTestResourceData('blue.gif'))
|
||||
);
|
||||
|
||||
$this->assertInstanceOf(Image::class, $result);
|
||||
|
Reference in New Issue
Block a user