Fix phpcs error.

This commit is contained in:
mark_story 2018-01-24 21:17:52 -05:00
parent bcae20029c
commit 5d9a3cb2ba

View file

@ -155,7 +155,7 @@ class SessionHelperTest extends CakeTestCase {
*
* @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);