Skip to content

Commit

Permalink
Move src/bootstrap.php to config/bootstrap.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad committed Jul 31, 2014
1 parent 3292541 commit ca749fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/bootstrap.php
Expand Up @@ -61,7 +61,7 @@
$loader->addNamespace('TestPluginTwo', TEST_APP . 'Plugin' . DS . 'TestPluginTwo' . DS . 'src');
$loader->addNamespace('PluginJs', TEST_APP . 'Plugin' . DS . 'PluginJs' . DS . 'src');

require_once CAKE . 'bootstrap.php';
require_once CORE_PATH . 'config/bootstrap.php';

date_default_timezone_set('UTC');
mb_internal_encoding('UTF-8');
Expand Down

0 comments on commit ca749fc

Please sign in to comment.