Skip to content

Commit

Permalink
Fixing sSecurity component tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 28, 2011
1 parent 4a55ef4 commit 32e0d86
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/Cake/Controller/Component/SecurityComponent.php
Expand Up @@ -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');

Expand Down
Expand Up @@ -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
Expand Down

0 comments on commit 32e0d86

Please sign in to comment.