Mark Scherer 10 年 前
コミット
2cf36094f3
1 ファイル変更1 行追加1 行削除
  1. 1 1
      tests/bootstrap.php

+ 1 - 1
tests/bootstrap.php

@@ -23,8 +23,8 @@ define('CONFIG', dirname(__FILE__) . DS . 'config' . DS);
 
 ini_set('intl.default_locale', 'de-DE');
 
-require ROOT . '/vendor/cakephp/cakephp/src/basics.php';
 require ROOT . '/vendor/autoload.php';
+require CORE_PATH . 'config/bootstrap.php';
 
 Cake\Core\Configure::write('App', [
 		'namespace' => 'App',