summaryrefslogtreecommitdiff
path: root/_test/runtests.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2006-05-07 17:31:13 +0200
committerAndreas Gohr <andi@splitbrain.org>2006-05-07 17:31:13 +0200
commita4a2d4cf66dd68b9dc9ce51064fae2db8385d81d (patch)
treee17f8afdf47ce8fdd7e098c104ae6477d75fc497 /_test/runtests.php
parent3aee4c27813a30e720d3ad1fbcbd2e372a88573a (diff)
downloadrpg-a4a2d4cf66dd68b9dc9ce51064fae2db8385d81d.tar.gz
rpg-a4a2d4cf66dd68b9dc9ce51064fae2db8385d81d.tar.bz2
metadata hnalding updates, header fixes
This removes the meta instruction again in favour of the new meta renderer. Most tests work now again, a few tweaks were done on the header handler to render certain headers as it did in earlier versions. darcs-hash:20060507153113-7ad00-bd299fbe1762482c72d109f9bca776f12bcea7c8.gz
Diffstat (limited to '_test/runtests.php')
-rwxr-xr-x_test/runtests.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/_test/runtests.php b/_test/runtests.php
index e41454f8b..e3489b4cf 100755
--- a/_test/runtests.php
+++ b/_test/runtests.php
@@ -2,6 +2,10 @@
<?php
ini_set('memory_limit','128M');
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
+
+require_once(DOKU_INC.'inc/init.php');
+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);