Skip to content
Snippets Groups Projects
Commit 12d06e83 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #388 from splitbrain/unittest_errorreporting

set error level so it is propagated correctly to dokuwiki
parents f9fbe4cf 03a4f627
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,8 @@ require_once DOKU_UNITTEST.'core/TestUtils.php';
define('SIMPLE_TEST', true);
// basic behaviours
error_reporting(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