summaryrefslogtreecommitdiff
path: root/_test
diff options
context:
space:
mode:
Diffstat (limited to '_test')
-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);