1
0
mirror of https://github.com/Intervention/image.git synced 2025-08-21 05:01:20 +02:00
This commit is contained in:
Oliver Vogel
2025-05-31 09:59:19 +02:00
parent 7d37998d7e
commit 7b79c3b1de

View File

@@ -40,7 +40,7 @@ final class GifEncoderTest extends GdTestCase
public function testEncodeInterlacedAnimation(): void
{
$image = $this->createTestAnimation(3, 2);
$image = $this->createTestAnimation();
$encoder = new GifEncoder(interlaced: true);
$result = $encoder->encode($image);
$this->assertMediaType('image/gif', $result);