summaryrefslogtreecommitdiff
path: root/_test/runtests.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2005-10-23 13:30:04 +0200
committerAndreas Gohr <andi@splitbrain.org>2005-10-23 13:30:04 +0200
commitc140058b66ea40af6859e2bb565564f1f56a37ae (patch)
tree2c21c36780b20eaf2dbd826feff64b3ff4d7a2e1 /_test/runtests.php
parent467394f64fcb5840be550db8319252af35df7b93 (diff)
downloadrpg-c140058b66ea40af6859e2bb565564f1f56a37ae.tar.gz
rpg-c140058b66ea40af6859e2bb565564f1f56a37ae.tar.bz2
more tests fixed (down to 50)
darcs-hash:20051023113004-7ad00-cc03ff18908e81f00bafc8e5e386340e9752bf3f.gz
Diffstat (limited to '_test/runtests.php')
-rwxr-xr-x_test/runtests.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/_test/runtests.php b/_test/runtests.php
index 2260c7e0f..e41454f8b 100755
--- a/_test/runtests.php
+++ b/_test/runtests.php
@@ -4,7 +4,6 @@ ini_set('memory_limit','128M');
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 ^ E_NOTICE);
require_once 'lib/testmanager.php';