diff options
Diffstat (limited to 'ext/oci8/tests/array_bind_str.phpt')
| -rw-r--r-- | ext/oci8/tests/array_bind_str.phpt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/ext/oci8/tests/array_bind_str.phpt b/ext/oci8/tests/array_bind_str.phpt index c8e1e0cdb..87291bd17 100644 --- a/ext/oci8/tests/array_bind_str.phpt +++ b/ext/oci8/tests/array_bind_str.phpt @@ -1,7 +1,10 @@ --TEST-- -oci_bind_array_by_name() and SQLT_AVC +oci_bind_array_by_name() and SQLT_CHR --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 |
