浏览代码

Remove spare newlines

Mark Story 7 年之前
父节点
当前提交
41e9b48aa8
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      tests/TestCase/View/Helper/FormHelperTest.php

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

@@ -9605,7 +9605,6 @@ class FormHelperTest extends TestCase
                 'maxlength' => 10,
             ],
             '/div',
-
         ];
         $this->assertHtml($expected, $result);
     }
@@ -9631,7 +9630,6 @@ class FormHelperTest extends TestCase
                     'schema' => $this->article['schema'],
                     'validator' => $validator
                 ])
-
             ]
         );
 
@@ -9650,7 +9648,6 @@ class FormHelperTest extends TestCase
                 'maxlength' => 10,
             ],
             '/div',
-
         ];
         $this->assertHtml($expected, $result);
 
@@ -9717,7 +9714,6 @@ class FormHelperTest extends TestCase
                 'maxlength' => 10, // Length set in options should take highest precedence.
             ],
             '/div',
-
         ];
         $this->assertHtml($expected, $result);
     }
@@ -9741,7 +9737,6 @@ class FormHelperTest extends TestCase
                     'schema' => $this->article['schema'],
                     'validator' => $validator
                 ])
-
             ]
         );
 
@@ -9760,7 +9755,6 @@ class FormHelperTest extends TestCase
                 'maxlength' => 10,
             ],
             '/div',
-
         ];
         $this->assertHtml($expected, $result);
     }
@@ -9794,7 +9788,6 @@ class FormHelperTest extends TestCase
                 'maxlength' => 10,
             ],
             '/div',
-
         ];
         $this->assertHtml($expected, $result);
     }