diff options
author | Aleksander Machniak <alec@alec.pl> | 2012-08-27 08:45:13 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2012-08-27 08:45:13 +0200 |
commit | 9b05f19338e209f05386e5b13fe0a704c94062bb (patch) | |
tree | a9f7e30323343a8e57759d609e50816af1c4c871 /tests/bootstrap.php | |
parent | 651c7b6e9df38a3b7cdf6daebed39021d88c3bea (diff) |
Restructured tests
Diffstat (limited to 'tests/bootstrap.php')
-rw-r--r-- | tests/bootstrap.php | 2 |
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); |