We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b3874a commit 5ef461cCopy full SHA for 5ef461c
test/ImageResizeTest.php
@@ -351,22 +351,6 @@ public function testCropLargerNotAllowed()
351
$this->assertEquals(100, $resize->getDestHeight());
352
}
353
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
370
/**
371
* Save tests
372
*/
0 commit comments