Browse Source

Fix bootstrap.

mscherer 6 years ago
parent
commit
89b869e36e
1 changed files with 1 additions and 1 deletions
  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('TESTS', ROOT . DS . 'tests' . DS);
 
 
 define('WWW_ROOT', ROOT . DS . 'webroot' . 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');
 ini_set('intl.default_locale', 'de-DE');