mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 20:46:24 +00:00
commit
6f2e8092f1
1 changed files with 5 additions and 5 deletions
|
@ -110,11 +110,11 @@ class PluginTask extends Shell {
|
||||||
'Controller' . DS . 'Component',
|
'Controller' . DS . 'Component',
|
||||||
'Lib',
|
'Lib',
|
||||||
'View' . DS . 'Helper',
|
'View' . DS . 'Helper',
|
||||||
'tests' . DS . 'Case' . DS . 'Controller' . DS . 'Component',
|
'Test' . DS . 'Case' . DS . 'Controller' . DS . 'Component',
|
||||||
'tests' . DS . 'Case' . DS . 'View' . DS . 'Helper',
|
'Test' . DS . 'Case' . DS . 'View' . DS . 'Helper',
|
||||||
'tests' . DS . 'Case' . DS . 'Model' . DS . 'Behavior',
|
'Test' . DS . 'Case' . DS . 'Model' . DS . 'Behavior',
|
||||||
'tests' . DS . 'Fixture',
|
'Test' . DS . 'Fixture',
|
||||||
'vendors',
|
'Vendor',
|
||||||
'webroot'
|
'webroot'
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue