diff options
-rwxr-xr-x | _test/runtests.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/_test/runtests.php b/_test/runtests.php index c4a4f36b4..e122c59fb 100755 --- a/_test/runtests.php +++ b/_test/runtests.php @@ -9,7 +9,6 @@ require_once(DOKU_INC.'inc/events.php'); define('TEST_ROOT', dirname(__FILE__)); define('TMPL_FILESCHEME_PATH', TEST_ROOT . '/filescheme/'); -error_reporting(E_ALL ^ E_NOTICE); require_once 'lib/testmanager.php'; TestManager::setup(); |