mirror of
https://github.com/Intervention/image.git
synced 2025-08-21 13:11:18 +02:00
Fix bug
This commit is contained in:
@@ -40,7 +40,7 @@ final class GifEncoderTest extends GdTestCase
|
|||||||
|
|
||||||
public function testEncodeInterlacedAnimation(): void
|
public function testEncodeInterlacedAnimation(): void
|
||||||
{
|
{
|
||||||
$image = $this->createTestAnimation(3, 2);
|
$image = $this->createTestAnimation();
|
||||||
$encoder = new GifEncoder(interlaced: true);
|
$encoder = new GifEncoder(interlaced: true);
|
||||||
$result = $encoder->encode($image);
|
$result = $encoder->encode($image);
|
||||||
$this->assertMediaType('image/gif', $result);
|
$this->assertMediaType('image/gif', $result);
|
||||||
|
Reference in New Issue
Block a user