diff options
Diffstat (limited to 'ext/gd/tests/imagecolourstotal_basic.phpt')
-rw-r--r-- | ext/gd/tests/imagecolourstotal_basic.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/gd/tests/imagecolourstotal_basic.phpt b/ext/gd/tests/imagecolourstotal_basic.phpt index 58405c5c19..e67794b604 100644 --- a/ext/gd/tests/imagecolourstotal_basic.phpt +++ b/ext/gd/tests/imagecolourstotal_basic.phpt @@ -39,7 +39,6 @@ var_dump( imagecolorstotal( $img ) ); imagedestroy( $img ); ?> -===DONE=== --EXPECT-- *** Testing imagecolorstotal() : basic functionality *** int(0) @@ -47,4 +46,3 @@ int(1) int(3) int(0) int(0) -===DONE=== |