Skip to content

Commit

Permalink
Use ComponentCollection and AclComponent on DbAclTest to avoid error
Browse files Browse the repository at this point in the history
  • Loading branch information
shama committed Feb 17, 2012
1 parent a9c279a commit 0c27a26
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Cake/Test/Case/Controller/Component/DbAclTest.php
Expand Up @@ -17,6 +17,8 @@
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/

App::uses('ComponentCollection', 'Controller');
App::uses('AclComponent', 'Controller/Component');
App::uses('DbAcl', 'Controller/Component/Acl');
App::uses('AclNode', 'Model');

Expand Down

0 comments on commit 0c27a26

Please sign in to comment.