diff --git a/tests/test_app/Plugin/Company/TestPluginFive/config/bootstrap.php b/tests/test_app/Plugin/Company/TestPluginFive/config/bootstrap.php index eaa523b82ef..df08a154813 100644 --- a/tests/test_app/Plugin/Company/TestPluginFive/config/bootstrap.php +++ b/tests/test_app/Plugin/Company/TestPluginFive/config/bootstrap.php @@ -2,4 +2,5 @@ use Cake\Core\Configure; Configure::write('PluginTest.test_plugin_five.bootstrap', 'loaded plugin five bootstrap'); -Configure::write('PluginTest.test_plugin_five.autoload', class_exists('Company\TestPluginFive\Utility\Hello')); \ No newline at end of file +Configure::write('PluginTest.test_plugin_five.autoload', class_exists('Company\TestPluginFive\Utility\Hello')); + diff --git a/tests/test_app/Plugin/Company/TestPluginThree/config/bootstrap.php b/tests/test_app/Plugin/Company/TestPluginThree/config/bootstrap.php index 729f674b5aa..dbb15d20e51 100644 --- a/tests/test_app/Plugin/Company/TestPluginThree/config/bootstrap.php +++ b/tests/test_app/Plugin/Company/TestPluginThree/config/bootstrap.php @@ -2,4 +2,5 @@ use Cake\Core\Configure; Configure::write('PluginTest.test_plugin_three.bootstrap', 'loaded plugin three bootstrap'); -Configure::write('PluginTest.test_plugin_three.autoload', class_exists('Company\TestPluginThree\Utility\Hello')); \ No newline at end of file +Configure::write('PluginTest.test_plugin_three.autoload', class_exists('Company\TestPluginThree\Utility\Hello')); +