Skip to content

Commit

Permalink
Fix phpcs error.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jan 25, 2018
1 parent bcae200 commit 5d9a3cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/View/Helper/SessionHelperTest.php
Expand Up @@ -155,7 +155,7 @@ public function testFlash() {
*
* @return void
*/
public function testFlashWithNoParams() {
public function testFlashWithNoParams() {
$result = $this->Session->flash();
$expected = '<div id="flashMessage" class="message">This is a calling</div>';
$this->assertEquals($expected, $result);
Expand Down

0 comments on commit 5d9a3cb

Please sign in to comment.