Skip to content
Snippets Groups Projects
Commit eb9dc169 authored by Christopher Smith's avatar Christopher Smith
Browse files

set error level so it is propagated correctly to dokuwiki

parent a758ffa6
No related branches found
No related tags found
No related merge requests found
......@@ -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');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment