mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Fixing sSecurity component tests
This commit is contained in:
parent
4a55ef47cf
commit
32e0d86976
2 changed files with 4 additions and 1 deletions
|
@ -16,6 +16,8 @@
|
|||
* @since CakePHP(tm) v 0.10.8.2156
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('Component', 'Controller');
|
||||
App::uses('String', 'Utility');
|
||||
App::uses('Security', 'Utility');
|
||||
|
||||
|
|
|
@ -16,8 +16,9 @@
|
|||
* @since CakePHP(tm) v 1.2.0.5435
|
||||
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
|
||||
*/
|
||||
|
||||
App::uses('SecurityComponent', 'Controller/Component');
|
||||
App::uses('Controller', 'Controller');
|
||||
App::uses('SecurityComponent', 'Component');
|
||||
|
||||
/**
|
||||
* TestSecurityComponent
|
||||
|
|
Loading…
Reference in a new issue