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

change error level to ignore notices

parent 9aac3abf
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ require_once DOKU_UNITTEST.'core/TestUtils.php';
define('SIMPLE_TEST', true);
// basic behaviours
define('DOKU_E_LEVEL',E_ALL);
define('DOKU_E_LEVEL',E_ALL ^ E_NOTICE);
error_reporting(DOKU_E_LEVEL);
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