summaryrefslogtreecommitdiff
path: root/_test/runtests.php
diff options
context:
space:
mode:
Diffstat (limited to '_test/runtests.php')
-rwxr-xr-x_test/runtests.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/_test/runtests.php b/_test/runtests.php
index e3489b4cf..c4a4f36b4 100755
--- a/_test/runtests.php
+++ b/_test/runtests.php
@@ -2,6 +2,7 @@
<?php
ini_set('memory_limit','128M');
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/');
+define('DOKU_UNITTEST',true);
require_once(DOKU_INC.'inc/init.php');
require_once(DOKU_INC.'inc/events.php');