summaryrefslogtreecommitdiff
path: root/_test/runtests.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/runtests.php')
-rwxr-xr-x_test/runtests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/_test/runtests.php b/_test/runtests.php
index 4e0f97b50..2260c7e0f 100755
--- a/_test/runtests.php
+++ b/_test/runtests.php
@@ -5,7 +5,7 @@ if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/
define('TEST_ROOT', dirname(__FILE__));
define('TMPL_FILESCHEME_PATH', TEST_ROOT . '/filescheme/');
define('TEST_RUNNING',TRUE);
-error_reporting(E_ALL);
+error_reporting(E_ALL ^ E_NOTICE);
require_once 'lib/testmanager.php';
TestManager::setup();