diff --git a/_test/bootstrap.php b/_test/bootstrap.php index c3eba048ab5145a99cfb08507d7f9724a9806583..9f4bb5fbd5d7baa63e26d9a56fc60b0214696350 100644 --- a/_test/bootstrap.php +++ b/_test/bootstrap.php @@ -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');