summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/bug51253.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/bug51253.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/bug51253.phpt')
-rw-r--r--ext/oci8/tests/bug51253.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/oci8/tests/bug51253.phpt b/ext/oci8/tests/bug51253.phpt
index fea3333ccf..a97272f65f 100644
--- a/ext/oci8/tests/bug51253.phpt
+++ b/ext/oci8/tests/bug51253.phpt
@@ -1,7 +1,10 @@
--TEST--
Bug #51253 (oci_bind_array_by_name() array references)
--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