summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/xmltype_01.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/xmltype_01.phpt')
-rw-r--r--ext/oci8/tests/xmltype_01.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/tests/xmltype_01.phpt b/ext/oci8/tests/xmltype_01.phpt
index 1855ed0887..8fb6206f26 100644
--- a/ext/oci8/tests/xmltype_01.phpt
+++ b/ext/oci8/tests/xmltype_01.phpt
@@ -1,7 +1,7 @@
--TEST--
Basic XMLType test
--SKIPIF--
-<?php
+<?php
if (!extension_loaded("simplexml")) die("skip no simplexml extension");
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');