diff --git a/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php b/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php index e0ad111d3..99b807d01 100644 --- a/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php +++ b/lib/Cake/Test/Case/View/Helper/SessionHelperTest.php @@ -155,7 +155,7 @@ class SessionHelperTest extends CakeTestCase { * * @return void */ - public function testFlashWithNoParams() { + public function testFlashWithNoParams() { $result = $this->Session->flash(); $expected = '
This is a calling
'; $this->assertEquals($expected, $result);