diff options
-rw-r--r-- | ext/gd/tests/createfromgd2.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/createfromgd2.phpt b/ext/gd/tests/createfromgd2.phpt index 47740aeaa3..98b078ea59 100644 --- a/ext/gd/tests/createfromgd2.phpt +++ b/ext/gd/tests/createfromgd2.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #27582 (ImageFillToBorder() on alphablending image looses alpha on fill color) +imagecreatefromgd2 --SKIPIF-- <?php if (!function_exists('imagecreatefromgd2')) die("skip gd extension not available\n"); |