euromark 11 years ago
parent
commit
fafa2b14fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Test/Case/Controller/Component/AjaxComponentTest.php

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

@@ -182,6 +182,6 @@ class AjaxComponentTest extends CakeTestCase {
 // Use Controller instead of AppController to avoid conflicts
 class AjaxComponentTestController extends Controller {
 
-	public $components = array('Session', 'Tools.Ajax', 'Tools.Common');
+	public $components = array('Session', 'Tools.Ajax', 'Tools.Common', 'Tools.Flash');
 
 }