From 3891e0d13a0e85e51a450a868960e98b5c74df56 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Mon, 29 Apr 2019 16:29:08 +0200 Subject: Add tests for bug77943 --- ext/gd/tests/bug77943.phpt | 29 +++++++++++++++++++++++++++++ ext/gd/tests/bug77943.png | Bin 0 -> 2194 bytes 2 files changed, 29 insertions(+) create mode 100644 ext/gd/tests/bug77943.phpt create mode 100644 ext/gd/tests/bug77943.png 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 -- cgit v1.2.1