Skip to content

Commit

Permalink
Fixing ActionsAuthorize test
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Mar 6, 2011
1 parent 0696dd9 commit 13e9a9e
Showing 1 changed file with 6 additions and 5 deletions.
Expand Up @@ -13,11 +13,12 @@
* @since CakePHP(tm) v 2.0
* @license MIT License (http://www.opensource.org/licenses/mit-license.php)
*/
App::import('Component', 'auth/actions_authorize');
App::import('Controller', 'ComponentCollection');
App::import('Component', 'Acl');
App::import('Core', 'CakeRequest');
App::import('Core', 'Controller');

App::uses('ActionsAuthorize', 'Controller/Component/Auth');
App::uses('ComponentCollection', 'Controller');
App::uses('AclComponent', 'Controller/Component');
App::uses('CakeRequest', 'Network');
App::uses('CakeResponse', 'Network');

class ActionsAuthorizeTest extends CakeTestCase {

Expand Down

0 comments on commit 13e9a9e

Please sign in to comment.