euromark 12 years ago
parent
commit
2156365cd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Test/Case/Controller/Component/CommonComponentTest.php

+ 1 - 1
Test/Case/Controller/Component/CommonComponentTest.php

@@ -290,7 +290,7 @@ class ToolsUser extends AppModel {
 
 
 class CommonComponentTestController extends AppController {
 class CommonComponentTestController extends AppController {
 
 
-	public $components = array('Tools.Common');
+	public $components = array('Tools.Common', 'Auth');
 
 
 	public $failed = false;
 	public $failed = false;