diff --git a/tests/system/classes/templateClassTest.php b/tests/system/classes/templateClassTest.php index 99e06b268..a35f03c89 100644 --- a/tests/system/classes/templateClassTest.php +++ b/tests/system/classes/templateClassTest.php @@ -18,6 +18,7 @@ protected function setUp() $_CONF['language'] = Tst::LANGUAGE; $_CONF['theme'] = Tst::THEME; + $_CONF['path'] = Tst::$root; $_CONF['path_system'] = Tst::$root . 'system/'; $_CONF['path_data'] = Tst::$root . 'data/'; $_CONF['path_themes'] = Tst::$public . 'layout/';