From: Zoe Slattery Date: Mon, 16 Jun 2008 19:21:59 +0000 (+0000) Subject: Test committed for felixdv X-Git-Tag: php-5.3.0alpha1~733 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df3347debd5db317bc5383e19a2ef9bd215462fc;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===