summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/coll_019.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/coll_019.phpt')
-rw-r--r--ext/oci8/tests/coll_019.phpt8
1 files changed, 7 insertions, 1 deletions
diff --git a/ext/oci8/tests/coll_019.phpt b/ext/oci8/tests/coll_019.phpt
index 15a673d71..371c802ed 100644
--- a/ext/oci8/tests/coll_019.phpt
+++ b/ext/oci8/tests/coll_019.phpt
@@ -1,7 +1,13 @@
--TEST--
Test collection Oracle error handling collections and numbers (2)
--SKIPIF--
-<?php if (!extension_loaded('oci8')) die("skip no oci8 extension"); ?>
+<?php
+$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
+require(dirname(__FILE__).'/skipif.inc');
+?>
+$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
+require(dirname(__FILE__).'/skipif.inc');
+?>
--FILE--
<?php