Browse Source

Fixing style errors.

stickler-ci 6 years ago
parent
commit
676b0737a6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      tests/TestCase/View/Helper/FormHelperTest.php

+ 0 - 1
tests/TestCase/View/Helper/FormHelperTest.php

@@ -6351,7 +6351,6 @@ class FormHelperTest extends TestCase
         $this->assertRegExp('/<option value="">HOUR<\/option>/', $result);
         $this->assertRegExp('/<option value="">MINUTE<\/option>/', $result);
         $this->assertNotRegExp('/<option value=""><\/option>/', $result);
-
     }
 
     /**