mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-18 18:46:17 +00:00
Fix phpcs error.
This commit is contained in:
parent
bcae20029c
commit
5d9a3cb2ba
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue