diff options
author | Christopher Smith <chris@jalakai.co.uk> | 2013-10-18 12:27:17 +0100 |
---|---|---|
committer | Christopher Smith <chris@jalakai.co.uk> | 2013-10-18 12:27:17 +0100 |
commit | eb9dc16998a7eb887015ef72e4100eb20617e7b8 (patch) | |
tree | ce674b47fd0879cd5db24635c0d249dc49cf335d | |
parent | a758ffa6011ed8273c8eb2e5deba7a4629fb37e9 (diff) | |
download | rpg-eb9dc16998a7eb887015ef72e4100eb20617e7b8.tar.gz rpg-eb9dc16998a7eb887015ef72e4100eb20617e7b8.tar.bz2 |
set error level so it is propagated correctly to dokuwiki
-rw-r--r-- | _test/bootstrap.php | 1 |
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'); |