Skip to content

Commit 5ef461c

Browse files
committed
image flip test removed
1 parent 8b3874a commit 5ef461c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

test/ImageResizeTest.php

-16
Original file line numberDiff line numberDiff line change
@@ -351,22 +351,6 @@ public function testCropLargerNotAllowed()
351351
$this->assertEquals(100, $resize->getDestHeight());
352352
}
353353

354-
/**
355-
* Image flip tests
356-
*/
357-
358-
public function testImageFlip()
359-
{
360-
$imageFileName = $this->createImage(200, 100, 'png');
361-
$resize = new ImageResize($imageFileName);
362-
$image = imagecreatetruecolor(200, 100);
363-
364-
$this::assertNull($resize->imageFlip($image, 0));
365-
$this::assertNull($resize->imageFlip($image, 1));
366-
$this::assertNull($resize->imageFlip($image, 2));
367-
$this->assertNull($resize->imageFlip($image, 3));
368-
}
369-
370354
/**
371355
* Save tests
372356
*/

0 commit comments

Comments
 (0)