summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagetruecolortopalette_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagetruecolortopalette_basic.phpt')
-rw-r--r--ext/gd/tests/imagetruecolortopalette_basic.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imagetruecolortopalette_basic.phpt b/ext/gd/tests/imagetruecolortopalette_basic.phpt
index 9bc922a15b..18aa04a35d 100644
--- a/ext/gd/tests/imagetruecolortopalette_basic.phpt
+++ b/ext/gd/tests/imagetruecolortopalette_basic.phpt
@@ -3,7 +3,7 @@ Testing imagetruecolortopalette() of GD library
--CREDITS--
Rafael Dohms <rdohms [at] gmail [dot] com>
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("gd")) die("skip GD not present");
if (!GD_BUNDLED && version_compare(GD_VERSION, '2.2.2', '<')) {
die("skip test requires GD 2.2.2 or higher");