Mark Scherer 11 年 前
コミット
a259c6f722

+ 0 - 1
tests/TestCase/Controller/Component/FlashComponentTest.php

@@ -106,7 +106,6 @@ class FlashComponentTest extends TestCase {
 			->will($this->returnValue(true));
 
 		$event = new Event('Controller.startup', $this->Controller);
-		$this->Controller->Flash->beforeFilter($event);
 		$this->Controller->Flash->beforeRender($event);
 
 		$result = $this->Controller->response->header();