diff options
author | Andreas Gohr <andi@splitbrain.org> | 2010-02-28 11:08:17 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2010-02-28 11:08:17 +0100 |
commit | 60f1722dc25b5fac36c90d94741fe95c6088078a (patch) | |
tree | 8879b3d502a05394e25f16660eebd8d635896ed5 | |
parent | 1542144fa455b70975cbc45f1f8160472be717a0 (diff) | |
download | rpg-60f1722dc25b5fac36c90d94741fe95c6088078a.tar.gz rpg-60f1722dc25b5fac36c90d94741fe95c6088078a.tar.bz2 |
leave error reporting setting to init.php in runtests.php
-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(); |