From: Zoe Slattery Date: Mon, 16 Jun 2008 19:23:43 +0000 (+0000) Subject: Test committed for felixdv X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1512 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b99caaa7d110118683dbdd3756bd28eb0f35ae2;p=php Test committed for felixdv --- 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===