diff options
Diffstat (limited to '_test/index.php')
-rw-r--r-- | _test/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/_test/index.php b/_test/index.php index 9b20cee39..7410cf461 100644 --- a/_test/index.php +++ b/_test/index.php @@ -1,5 +1,8 @@ <?php if(!defined('DOKU_INC')) define('DOKU_INC',realpath(dirname(__FILE__).'/../').'/'); +define('DOKU_CONF',realpath(dirname(__FILE__).'/../conf').'/' ); +require_once DOKU_CONF . 'dokuwiki.php'; +$conf['lang'] = 'en'; define('TEST_ROOT', dirname(__FILE__)); define('TMPL_FILESCHEME_PATH', TEST_ROOT . '/filescheme/'); error_reporting(E_ALL); |