mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Removed Vendor folder from plugin baking task, updated test
This commit is contained in:
parent
6e1b8f3ce8
commit
edc6490f11
2 changed files with 0 additions and 2 deletions
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
|
|
Loading…
Add table
Reference in a new issue