mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
commit
6f2e8092f1
1 changed files with 5 additions and 5 deletions
|
@ -110,11 +110,11 @@ class PluginTask extends Shell {
|
|||
'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'
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue