1
0
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:
Oliver Vogel
2024-03-10 10:13:45 +01:00
parent 67fde5f87e
commit 03281ba995
29 changed files with 77 additions and 77 deletions

View File

@@ -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);