From 03d0bf633d26644f6105e1f75f86dd352e80ce0f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Wed, 27 Feb 2013 20:22:45 +0100 Subject: [PATCH] - add test --- ext/gd/tests/imageflip.phpt | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 ext/gd/tests/imageflip.phpt 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 -- 2.50.1