summaryrefslogtreecommitdiff
path: root/tests/bootstrap.php
diff options
context:
space:
mode:
authorAleksander Machniak <alec@alec.pl>2012-08-27 08:45:13 +0200
committerAleksander Machniak <alec@alec.pl>2012-08-27 08:45:13 +0200
commit9b05f19338e209f05386e5b13fe0a704c94062bb (patch)
treea9f7e30323343a8e57759d609e50816af1c4c871 /tests/bootstrap.php
parent651c7b6e9df38a3b7cdf6daebed39021d88c3bea (diff)
Restructured tests
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r--tests/bootstrap.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index b32112592..a9e25610c 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -31,3 +31,5 @@ if (@is_dir(TESTS_DIR . 'config')) {
}
require_once(INSTALL_PATH . 'program/include/iniset.php');
+
+rcmail::get_instance()->config->set('devel_mode', false);