From 3b99caaa7d110118683dbdd3756bd28eb0f35ae2 Mon Sep 17 00:00:00 2001 From: Zoe Slattery Date: Mon, 16 Jun 2008 19:23:43 +0000 Subject: [PATCH] Test committed for felixdv --- ext/gd/tests/imagecolourstotal_basic.phpt | 50 +++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 ext/gd/tests/imagecolourstotal_basic.phpt diff --git a/ext/gd/tests/imagecolourstotal_basic.phpt b/ext/gd/tests/imagecolourstotal_basic.phpt new file mode 100644 index 0000000000..c26fa68cf2 --- /dev/null +++ b/ext/gd/tests/imagecolourstotal_basic.phpt @@ -0,0 +1,50 @@ +--TEST-- +Test imagecolorstotal() function : basic functionality +--CREDITS-- +Felix De Vliegher +--SKIPIF-- + +--FILE-- + +===DONE=== +--EXPECTF-- +*** Testing imagecolorstotal() : basic functionality *** +int(0) +int(1) +int(3) +int(0) +int(0) +===DONE=== -- 2.40.0