summaryrefslogtreecommitdiff
path: root/ext/gd/tests/imagegammacorrect_error1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/gd/tests/imagegammacorrect_error1.phpt')
-rw-r--r--ext/gd/tests/imagegammacorrect_error1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/gd/tests/imagegammacorrect_error1.phpt b/ext/gd/tests/imagegammacorrect_error1.phpt
index fdcdec8bec..ab60957579 100644
--- a/ext/gd/tests/imagegammacorrect_error1.phpt
+++ b/ext/gd/tests/imagegammacorrect_error1.phpt
@@ -1,10 +1,10 @@
--TEST--
-Testing error with non-resource paramenter of imagegammacorrect() of GD library,
+Testing error with non-resource paramenter of imagegammacorrect() of GD library,
--CREDITS--
Rafael Dohms <rdohms [at] gmail [dot] com>
#testfest PHPSP on 2009-06-20
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("gd")) die("skip GD not present");
?>
--FILE--