summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/lob_007.phpt
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2011-06-10 19:16:35 +0000
committerChristopher Jones <sixd@php.net>2011-06-10 19:16:35 +0000
commit1c35a1926b8bf61c5e00b12d237b90d412a54daf (patch)
tree418eedf5302e83b593f47e6ad97565304458078a /ext/oci8/tests/lob_007.phpt
parent16b744d2d4d9dd66edb4248cfc30b70eea85809a (diff)
downloadphp-git-1c35a1926b8bf61c5e00b12d237b90d412a54daf.tar.gz
Add new OCI8 tests. Refactor skipifs. Sync 5.3/5.4/trunk branches
Diffstat (limited to 'ext/oci8/tests/lob_007.phpt')
-rw-r--r--ext/oci8/tests/lob_007.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/oci8/tests/lob_007.phpt b/ext/oci8/tests/lob_007.phpt
index 1fe63092c6..1ca236ea28 100644
--- a/ext/oci8/tests/lob_007.phpt
+++ b/ext/oci8/tests/lob_007.phpt
@@ -1,7 +1,10 @@
--TEST--
oci_lob_write()/size()/load()
--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