From: Sean Fraser Date: Fri, 26 May 2017 00:22:48 +0000 (-0400) Subject: added test for imagecopymergegray(), added color check to test for imagecopymerge() X-Git-Tag: php-7.2.0alpha1~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7a7e0f7da08b83a03a3e307ae135c31e695e9b99;p=php added test for imagecopymergegray(), added color check to test for imagecopymerge() --- diff --git a/ext/gd/tests/imagecopymerge_basic.phpt b/ext/gd/tests/imagecopymerge_basic.phpt index 85f1162629..f324eaedf1 100644 --- a/ext/gd/tests/imagecopymerge_basic.phpt +++ b/ext/gd/tests/imagecopymerge_basic.phpt @@ -3,6 +3,9 @@ Testing imagecopymerge() of GD library --CREDITS-- Cleston Viel Vieira de Sousa #testfest PHPSP on 2009-06-20 + +Updated by Sean Fraaser +PHP[tek] 2017 --SKIPIF-- ---EXPECTF-- +--EXPECT-- bool(true) +203, 203, 241 diff --git a/ext/gd/tests/imagecopymergegray_basic.phpt b/ext/gd/tests/imagecopymergegray_basic.phpt new file mode 100644 index 0000000000..baad9b43ac --- /dev/null +++ b/ext/gd/tests/imagecopymergegray_basic.phpt @@ -0,0 +1,31 @@ +--TEST-- +Testing imagecopymergegray() of GD library +--CREDITS-- +Sean Fraser +PHP[tek] 2017 +--SKIPIF-- + +--FILE-- + +--EXPECT-- +bool(true) +208, 208, 16