diff options
Diffstat (limited to 'ext/gd/tests/imageellipse_basic.phpt')
| -rw-r--r-- | ext/gd/tests/imageellipse_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gd/tests/imageellipse_basic.phpt b/ext/gd/tests/imageellipse_basic.phpt index f3b1e10bfe..9f0cf977bb 100644 --- a/ext/gd/tests/imageellipse_basic.phpt +++ b/ext/gd/tests/imageellipse_basic.phpt @@ -4,7 +4,7 @@ Testing imageellipse() of GD library Ivan Rosolen <contato [at] ivanrosolen [dot] com> #testfest PHPSP on 2009-06-20 --SKIPIF-- -<?php +<?php if (!extension_loaded("gd")) die("skip GD not present"); ?> --FILE-- |
