From 8b81d9279f4d85491107de51145c88a904def363 Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Fri, 9 Dec 2005 18:14:12 +0000 Subject: [PATCH] - MFB: test for compression mode in imagepng --- ext/gd/tests/pngcomp.phpt | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 ext/gd/tests/pngcomp.phpt diff --git a/ext/gd/tests/pngcomp.phpt b/ext/gd/tests/pngcomp.phpt new file mode 100644 index 0000000000..6a4dbbb6c0 --- /dev/null +++ b/ext/gd/tests/pngcomp.phpt @@ -0,0 +1,37 @@ +--TEST-- +png compression test +--SKIPIF-- + +--FILE-- + +--EXPECT-- +PNG compression test: ok -- 2.50.1