Fixing sSecurity component tests

This commit is contained in:
José Lorenzo Rodríguez 2011-01-28 02:02:33 -04:30
parent 4a55ef47cf
commit 32e0d86976
2 changed files with 4 additions and 1 deletions

View file

@ -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');

View file

@ -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