summaryrefslogtreecommitdiff
path: root/_test/bootstrap.php
diff options
context:
space:
mode:
authorChristopher Smith <chris@jalakai.co.uk>2013-10-18 12:27:17 +0100
committerChristopher Smith <chris@jalakai.co.uk>2013-10-18 12:27:17 +0100
commiteb9dc16998a7eb887015ef72e4100eb20617e7b8 (patch)
treece674b47fd0879cd5db24635c0d249dc49cf335d /_test/bootstrap.php
parenta758ffa6011ed8273c8eb2e5deba7a4629fb37e9 (diff)
downloadrpg-eb9dc16998a7eb887015ef72e4100eb20617e7b8.tar.gz
rpg-eb9dc16998a7eb887015ef72e4100eb20617e7b8.tar.bz2
set error level so it is propagated correctly to dokuwiki
Diffstat (limited to '_test/bootstrap.php')
-rw-r--r--_test/bootstrap.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/bootstrap.php b/_test/bootstrap.php
index 732fef9ed..4cb6420bd 100644
--- a/_test/bootstrap.php
+++ b/_test/bootstrap.php
@@ -15,6 +15,7 @@ require_once DOKU_UNITTEST.'core/TestUtils.php';
define('SIMPLE_TEST', true);
// basic behaviours
+define('DOKU_E_LEVEL',E_ALL);
error_reporting(E_ALL);
set_time_limit(0);
ini_set('memory_limit','2048M');