summaryrefslogtreecommitdiff
path: root/_testing/unittests/bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to '_testing/unittests/bootstrap.php')
-rw-r--r--_testing/unittests/bootstrap.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/_testing/unittests/bootstrap.php b/_testing/unittests/bootstrap.php
index 27ca1635e..6a06a2dff 100644
--- a/_testing/unittests/bootstrap.php
+++ b/_testing/unittests/bootstrap.php
@@ -1,6 +1,7 @@
<?php
-define('DOKU_UNITTEST',true);
+define('DOKU_UNITTEST', true);
+define('SIMPLE_TEST', true);
if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../../').'/');
define('DOKU_CONF',realpath(dirname(__FILE__).'/../../conf').'/');