summaryrefslogtreecommitdiff
path: root/ext/pdo_oci/tests/settings.inc
diff options
context:
space:
mode:
Diffstat (limited to 'ext/pdo_oci/tests/settings.inc')
-rw-r--r--ext/pdo_oci/tests/settings.inc13
1 files changed, 0 insertions, 13 deletions
diff --git a/ext/pdo_oci/tests/settings.inc b/ext/pdo_oci/tests/settings.inc
deleted file mode 100644
index cbbaeda491..0000000000
--- a/ext/pdo_oci/tests/settings.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-<?php /* $Id$ */
-
-/*
- * Please, change user, password and dbase to match your configuration.
- * */
-
-$user = "system";
-$password = "manager";
-$dbase = "dbase";
-
-$schema = "system";
-
-?>