Browse Source

Fix CS error

Walther Lalk 11 years ago
parent
commit
2833f4d98a
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tests/TestCase/View/Widget/DateTimeWidgetTest.php

+ 2 - 1
tests/TestCase/View/Widget/DateTimeWidgetTest.php

@@ -115,7 +115,8 @@ class DateTimeWidgetTest extends TestCase
         $this->assertContains('<option value="45" selected="selected">45</option>', $result);
     }
 
-    public function testRenderInvalidDate() {
+    public function testRenderInvalidDate()
+    {
         $selected = [
             'year' => '2014', 'month' => '02', 'day' => '31',
             'hour' => '12', 'minute' => '30', 'second' => '45',