浏览代码

Fix bootstrap.

mscherer 6 年之前
父节点
当前提交
89b869e36e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tests/bootstrap.php

+ 1 - 1
tests/bootstrap.php

@@ -27,7 +27,7 @@ define('CAKE', CORE_PATH . APP_DIR . DS);
 define('TESTS', ROOT . DS . 'tests' . DS);
 
 define('WWW_ROOT', ROOT . DS . 'webroot' . DS);
-//define('CONFIG', dirname(__FILE__) . DS . 'config' . DS);
+define('CONFIG', ROOT . DS . 'config' . DS);
 
 ini_set('intl.default_locale', 'de-DE');