From 9b05f19338e209f05386e5b13fe0a704c94062bb Mon Sep 17 00:00:00 2001
From: Aleksander Machniak <alec@alec.pl>
Date: Mon, 27 Aug 2012 02:45:13 -0400
Subject: [PATCH] Restructured tests
---
tests/bootstrap.php | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/tests/bootstrap.php b/tests/bootstrap.php
index b321125..a9e2561 100644
--- a/tests/bootstrap.php
+++ b/tests/bootstrap.php
@@ -31,3 +31,5 @@
}
require_once(INSTALL_PATH . 'program/include/iniset.php');
+
+rcmail::get_instance()->config->set('devel_mode', false);
--
Gitblit v1.9.1