summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagecolorallocatealpha_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagecolorallocatealpha_basic.phpt')
-rw-r--r--ext/gd/tests/imagecolorallocatealpha_basic.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/gd/tests/imagecolorallocatealpha_basic.phpt b/ext/gd/tests/imagecolorallocatealpha_basic.phpt
index e7b5807bbc..d6e19b8eef 100644
--- a/ext/gd/tests/imagecolorallocatealpha_basic.phpt
+++ b/ext/gd/tests/imagecolorallocatealpha_basic.phpt
@@ -4,10 +4,10 @@ Testing imagecolorallocatealpha()
Rafael Dohms <rdohms [at] gmail [dot] com>
--SKIPIF--
<?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");
- }
+ 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");
+ }
?>
--FILE--
<?php