From edc6490f112031e862fda57f2169ba68afaf3a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=BCrth?= Date: Mon, 18 Aug 2014 18:55:17 +0200 Subject: [PATCH] Removed Vendor folder from plugin baking task, updated test --- lib/Cake/Console/Command/Task/PluginTask.php | 1 - lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php | 1 - 2 files changed, 2 deletions(-) diff --git a/lib/Cake/Console/Command/Task/PluginTask.php b/lib/Cake/Console/Command/Task/PluginTask.php index ccac19b62..eabfba786 100644 --- a/lib/Cake/Console/Command/Task/PluginTask.php +++ b/lib/Cake/Console/Command/Task/PluginTask.php @@ -121,7 +121,6 @@ class PluginTask extends AppShell { 'Test' . DS . 'Case' . DS . 'Model' . DS . 'Datasource', 'Test' . DS . 'Case' . DS . 'View' . DS . 'Helper', 'Test' . DS . 'Fixture', - 'Vendor', 'View' . DS . 'Elements', 'View' . DS . 'Helper', 'View' . DS . 'Layout', diff --git a/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php b/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php index 1176a8fc5..38c243d21 100644 --- a/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php +++ b/lib/Cake/Test/Case/Console/Command/Task/PluginTaskTest.php @@ -113,7 +113,6 @@ class PluginTaskTest extends CakeTestCase { 'Test' . DS . 'Case' . DS . 'Model' . DS . 'Datasource', 'Test' . DS . 'Case' . DS . 'View' . DS . 'Helper', 'Test' . DS . 'Fixture', - 'Vendor', 'View' . DS . 'Elements', 'View' . DS . 'Helper', 'View' . DS . 'Layout',