- Fix test

This commit is contained in:
Felipe Pena 2009-07-01 12:15:00 +00:00
parent 3d7b3c8bb2
commit d9061f95fa

View file

@ -3,6 +3,7 @@ Bug #48555 (ImageFTBBox() differs from previous versions for texts with new line
--SKIPIF--
<?php
if(!extension_loaded('gd')){ die('skip gd extension not available'); }
if(!function_exists('imageftbbox')) die('skip imageftbbox() not available');
?>
--FILE--
<?php