summaryrefslogtreecommitdiff
path: root/ext/oci8/tests/conn_attr_2.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/oci8/tests/conn_attr_2.phpt')
-rw-r--r--ext/oci8/tests/conn_attr_2.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/oci8/tests/conn_attr_2.phpt b/ext/oci8/tests/conn_attr_2.phpt
index 000b2cec74..b0df3ccbbe 100644
--- a/ext/oci8/tests/conn_attr_2.phpt
+++ b/ext/oci8/tests/conn_attr_2.phpt
@@ -1,7 +1,7 @@
--TEST--
Set and get of connection attributes across persistent connections and sysdba connection.
--SKIPIF--
-<?php
+<?php
$target_dbs = array('oracledb' => true, 'timesten' => false); // test runs on these DBs
require(dirname(__FILE__).'/skipif.inc');
@@ -20,7 +20,7 @@ oci8.privileged_connect = On
<?php
$testuser = 'testuser_attr_2'; // Used in conn_attr.inc
-$testpassword = 'testuser';
+$testpassword = 'testuser';
require(dirname(__FILE__)."/conn_attr.inc");