From: Pierre Joye Date: Wed, 27 Feb 2013 19:22:45 +0000 (+0100) Subject: - add test X-Git-Tag: php-5.5.0alpha6~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=03d0bf633d26644f6105e1f75f86dd352e80ce0f;p=php - add test --- diff --git a/ext/gd/tests/imageflip.phpt b/ext/gd/tests/imageflip.phpt new file mode 100644 index 0000000000..a1922c2da4 --- /dev/null +++ b/ext/gd/tests/imageflip.phpt @@ -0,0 +1,31 @@ +--TEST-- +Testing imageflip() of GD library +--SKIPIF-- + +--FILE-- + +--EXPECT-- +string(2) "ff" +string(4) "ff00" +string(6) "ff0000" +string(2) "ff" \ No newline at end of file