Browse Source

lint errors fixed

Alex Bogdanov 9 years ago
parent
commit
125e833068
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

@@ -108,7 +108,6 @@ class FlashComponentTest extends TestCase
         ];
         $result = $this->Session->read('Flash.foobar');
         $this->assertEquals($expected, $result);
-
     }
 
     public function testDuplicateIgnored()