mirror of
https://github.com/Intervention/image.git
synced 2025-08-21 05:01:20 +02:00
Fix bug
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user