summaryrefslogtreecommitdiff
path: root/_test/runtests.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-10-22 23:05:19 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-10-22 23:05:19 +0200
commitbc5021e986d7e06c99001e7c409afdf1d16335ff (patch)
treef2773f196691f6425d1c42476b4fe963830ab25f /_test/runtests.php
parent840583dccde3ec4ca0a5a947d29b63a19fc3fbad (diff)
downloadrpg-bc5021e986d7e06c99001e7c409afdf1d16335ff.tar.gz
rpg-bc5021e986d7e06c99001e7c409afdf1d16335ff.tar.bz2
some test fixes (down to 67 failing ones)
darcs-hash:20051022210519-7ad00-5d4e204bd3c7cbe8a69f4c386c303e967c2d51cd.gz
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();