Update skipif

This commit is contained in:
Christopher Jones 2011-07-25 17:22:48 +00:00
parent a10e7fe11d
commit 99049e2fdd

View File

@ -4,6 +4,7 @@ Basic XMLType test #2
<?php
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
if (!extension_loaded("simplexml")) die ("skip no simplexml extension");
?>
--FILE--
<?php