Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5ef461c

Browse files
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‎

Lines changed: 0 additions & 16 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /