summaryrefslogtreecommitdiff
path: root/ext/dbx/tests/dbx_test.p
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dbx/tests/dbx_test.p')
-rw-r--r--ext/dbx/tests/dbx_test.p8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/dbx/tests/dbx_test.p b/ext/dbx/tests/dbx_test.p
index e1ad7fa8aa..b7a7bc5027 100644
--- a/ext/dbx/tests/dbx_test.p
+++ b/ext/dbx/tests/dbx_test.p
@@ -41,6 +41,14 @@ switch ($connection) {
$password="dbx_testpassword";
$module_name="fbsql";
break;
+ case DBX_OCI8:
+ $module=DBX_OCI8;
+ $host="";
+ $database="dbx_test";
+ $username="dbx_testuser";
+ $password="dbx_testpassword";
+ $module_name="oci8";
+ break;
}
?> \ No newline at end of file