Browse Source

Fix CS error.

ADmad 8 years ago
parent
commit
358723162d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/Controller/ControllerTest.php

+ 0 - 1
tests/TestCase/Controller/ControllerTest.php

@@ -403,7 +403,6 @@ class ControllerTest extends TestCase
         $this->assertRegExp('/this is the test element/', (string)$result);
     }
 
-
     /**
      * test view rendering changing response
      *