From: Christoph M. Becker Date: Mon, 29 Apr 2019 14:29:08 +0000 (+0200) Subject: Add tests for bug77943 X-Git-Tag: php-7.3.6RC1~23^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3891e0d13a0e85e51a450a868960e98b5c74df56;p=php Add tests for bug77943 --- diff --git a/ext/gd/tests/bug77943.phpt b/ext/gd/tests/bug77943.phpt new file mode 100644 index 0000000000..1009b3e4b3 --- /dev/null +++ b/ext/gd/tests/bug77943.phpt @@ -0,0 +1,29 @@ +--TEST-- +Bug #77943 (imageantialias($image, false); does not work) +--SKIPIF-- + +--FILE-- + +===DONE=== +--EXPECT-- +The images are equal. +===DONE=== diff --git a/ext/gd/tests/bug77943.png b/ext/gd/tests/bug77943.png new file mode 100644 index 0000000000..6eae56c05d Binary files /dev/null and b/ext/gd/tests/bug77943.png differ