Mark Scherer 11 years ago
parent
commit
a259c6f722
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/Controller/Component/FlashComponentTest.php

+ 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();