mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
test: Add App::uses() missing in the test code.
This commit is contained in:
parent
e99ea6021c
commit
927b57fa14
3 changed files with 3 additions and 0 deletions
|
@ -22,6 +22,7 @@ App::uses('AclComponent', 'Controller/Component');
|
|||
App::uses('BaseAuthenticate', 'Controller/Component/Auth');
|
||||
App::uses('FormAuthenticate', 'Controller/Component/Auth');
|
||||
App::uses('CakeEvent', 'Event');
|
||||
App::uses('CakeRequest', 'Network');
|
||||
|
||||
/**
|
||||
* TestFormAuthenticate class
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
App::uses('SecurityComponent', 'Controller/Component');
|
||||
App::uses('Controller', 'Controller');
|
||||
App::uses('CakeRequest', 'Network');
|
||||
|
||||
/**
|
||||
* TestSecurityComponent
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
*/
|
||||
|
||||
App::uses('PagesController', 'Controller');
|
||||
App::uses('CakeRequest', 'Network');
|
||||
|
||||
/**
|
||||
* PagesControllerTest class
|
||||
|
|
Loading…
Reference in a new issue