mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-06-18 20:53:40 +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
lib/Cake/Test/Case/Controller/Component
|
@ -18,6 +18,7 @@
|
|||
|
||||
App::uses('SecurityComponent', 'Controller/Component');
|
||||
App::uses('Controller', 'Controller');
|
||||
App::uses('CakeRequest', 'Network');
|
||||
|
||||
/**
|
||||
* TestSecurityComponent
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue