diff --git a/lib/Cake/Console/Command/Task/PluginTask.php b/lib/Cake/Console/Command/Task/PluginTask.php index b6f96e02d81..b968c850f7f 100644 --- a/lib/Cake/Console/Command/Task/PluginTask.php +++ b/lib/Cake/Console/Command/Task/PluginTask.php @@ -110,11 +110,11 @@ public function bake($plugin) { 'Controller' . DS . 'Component', 'Lib', 'View' . DS . 'Helper', - 'tests' . DS . 'Case' . DS . 'Controller' . DS . 'Component', - 'tests' . DS . 'Case' . DS . 'View' . DS . 'Helper', - 'tests' . DS . 'Case' . DS . 'Model' . DS . 'Behavior', - 'tests' . DS . 'Fixture', - 'vendors', + 'Test' . DS . 'Case' . DS . 'Controller' . DS . 'Component', + 'Test' . DS . 'Case' . DS . 'View' . DS . 'Helper', + 'Test' . DS . 'Case' . DS . 'Model' . DS . 'Behavior', + 'Test' . DS . 'Fixture', + 'Vendor', 'webroot' );