diff options
author | Christopher Jones <sixd@php.net> | 2011-06-10 19:16:35 +0000 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2011-06-10 19:16:35 +0000 |
commit | 1c35a1926b8bf61c5e00b12d237b90d412a54daf (patch) | |
tree | 418eedf5302e83b593f47e6ad97565304458078a /ext/oci8/tests/coll_011.phpt | |
parent | 16b744d2d4d9dd66edb4248cfc30b70eea85809a (diff) | |
download | php-git-1c35a1926b8bf61c5e00b12d237b90d412a54daf.tar.gz |
Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches
Diffstat (limited to 'ext/oci8/tests/coll_011.phpt')
-rw-r--r-- | ext/oci8/tests/coll_011.phpt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/oci8/tests/coll_011.phpt b/ext/oci8/tests/coll_011.phpt index 7d805d3f70..3e8aa9d6a3 100644 --- a/ext/oci8/tests/coll_011.phpt +++ b/ext/oci8/tests/coll_011.phpt @@ -1,7 +1,10 @@ --TEST-- collections and strings --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'); +?> --FILE-- <?php |