mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Fixing the AclShell test
This commit is contained in:
parent
65136e8cb1
commit
6dee1277c4
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
App::uses('ShellDispatcher', 'Console');
|
App::uses('ShellDispatcher', 'Console');
|
||||||
App::uses('Shell', 'Console');
|
App::uses('Shell', 'Console');
|
||||||
App::uses('AclShell', 'Console/Command');
|
App::uses('AclShell', 'Console/Command');
|
||||||
|
App::uses('ComponentCollection', 'Controller');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* AclShellTest class
|
* AclShellTest class
|
||||||
|
|
Loading…
Add table
Reference in a new issue