summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imageloadfont_error2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imageloadfont_error2.phpt')
-rw-r--r--ext/gd/tests/imageloadfont_error2.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imageloadfont_error2.phpt b/ext/gd/tests/imageloadfont_error2.phpt
index 459cb71f5f..262009f2cf 100644
--- a/ext/gd/tests/imageloadfont_error2.phpt
+++ b/ext/gd/tests/imageloadfont_error2.phpt
@@ -3,7 +3,7 @@ Testing that imageloadfont() breaks on invalid file passed as first argument
--CREDITS--
Austin Drouare <austin.drouare [at] gmail [dot] com> #testfest #tek11
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("gd")) die("skip GD not present");
?>
--FILE--