Skip to content

Commit

Permalink
Merge pull request #388 from splitbrain/unittest_errorreporting
Browse files Browse the repository at this point in the history
set error level so it is propagated correctly to dokuwiki
  • Loading branch information
splitbrain committed Oct 20, 2013
2 parents f9fbe4c + 03a4f62 commit 12d06e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _test/bootstrap.php
Expand Up @@ -15,7 +15,8 @@
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');

Expand Down

0 comments on commit 12d06e8

Please sign in to comment.