Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2019-12-30 15:45:38 +0300
committerAleksander Machniak <alec@alec.pl>2019-12-30 15:45:38 +0300
commit31b33c0f393ccf1dd530059b17e470323148ceea (patch)
treea78cb736b86c569034fec82d2ca6615ea7ffd316 /tests
parent15885055cae5246f73983babe6afebf08204de85 (diff)
Don't require config.inc.php when only config-<env>.inc.php exists
Diffstat (limited to 'tests')
-rw-r--r--tests/Browser/bootstrap.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/Browser/bootstrap.php b/tests/Browser/bootstrap.php
index 658ff84e3..f8803c420 100644
--- a/tests/Browser/bootstrap.php
+++ b/tests/Browser/bootstrap.php
@@ -49,12 +49,6 @@ class bootstrap
$rcmail = rcmail::get_instance();
$dsn = rcube_db::parse_dsn($rcmail->config->get('db_dsnw'));
-passthru('ls -l ' . INSTALL_PATH . 'config');
-passthru('cat ' . INSTALL_PATH . 'config/config-test.inc.php');
-passthru('ls -l /tmp');
-print_r($dsn);
-die;
-
if ($dsn['phptype'] == 'mysql' || $dsn['phptype'] == 'mysqli') {
// drop all existing tables first
$db = $rcmail->get_dbh();