Browse Source

Fix SKIPIF sections

experimental/5.3-FPM
andy wharmby 17 years ago
parent
commit
e509cc4283
  1. 2
      ext/gd/tests/imagerectangle_basic.phpt
  2. 2
      ext/gd/tests/imagerectangle_error2.phpt

2
ext/gd/tests/imagerectangle_basic.phpt

@ -5,7 +5,7 @@ Ivan Rosolen <contato [at] ivanrosolen [dot] com>
#testfest PHPSP on 2009-06-30 #testfest PHPSP on 2009-06-30
--SKIPIF-- --SKIPIF--
<?php <?php
if ( ! extension_loaded('gd') ) die( 'GD not present; skipping test' );
if ( ! extension_loaded('gd') ) die( 'skip GD not present; skipping test' );
?> ?>
--FILE-- --FILE--
<?php <?php

2
ext/gd/tests/imagerectangle_error2.phpt

@ -5,7 +5,7 @@ Ivan Rosolen <contato [at] ivanrosolen [dot] com>
#testfest PHPSP on 2009-06-30 #testfest PHPSP on 2009-06-30
--SKIPIF-- --SKIPIF--
<?php <?php
if ( ! extension_loaded('gd') ) die( 'GD not present; skipping test' );
if ( ! extension_loaded('gd') ) die( 'skip GD not present; skipping test' );
?> ?>
--FILE-- --FILE--
<?php <?php

Loading…
Cancel
Save