summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2010-02-28 11:08:17 +0100
committerAndreas Gohr <andi@splitbrain.org>2010-02-28 11:08:17 +0100
commit60f1722dc25b5fac36c90d94741fe95c6088078a (patch)
tree8879b3d502a05394e25f16660eebd8d635896ed5 /_test
parent1542144fa455b70975cbc45f1f8160472be717a0 (diff)
downloadrpg-60f1722dc25b5fac36c90d94741fe95c6088078a.tar.gz
rpg-60f1722dc25b5fac36c90d94741fe95c6088078a.tar.bz2
leave error reporting setting to init.php in runtests.php
Diffstat (limited to '_test')
-rwxr-xr-x_test/runtests.php1
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();