Skip to content

Commit

Permalink
Remove spare newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 6, 2018
1 parent 5b379cd commit 41e9b48
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions tests/TestCase/View/Helper/FormHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9605,7 +9605,6 @@ public function testControlMaxLengthArrayContext()
'maxlength' => 10,
],
'/div',

];
$this->assertHtml($expected, $result);
}
Expand All @@ -9631,7 +9630,6 @@ public function testControlMaxLengthEntityContext()
'schema' => $this->article['schema'],
'validator' => $validator
])

]
);

Expand All @@ -9650,7 +9648,6 @@ public function testControlMaxLengthEntityContext()
'maxlength' => 10,
],
'/div',

];
$this->assertHtml($expected, $result);

Expand Down Expand Up @@ -9717,7 +9714,6 @@ public function testControlMaxLengthEntityContext()
'maxlength' => 10, // Length set in options should take highest precedence.
],
'/div',

];
$this->assertHtml($expected, $result);
}
Expand All @@ -9741,7 +9737,6 @@ public function testControlMinMaxLengthEntityContext()
'schema' => $this->article['schema'],
'validator' => $validator
])

]
);

Expand All @@ -9760,7 +9755,6 @@ public function testControlMinMaxLengthEntityContext()
'maxlength' => 10,
],
'/div',

];
$this->assertHtml($expected, $result);
}
Expand Down Expand Up @@ -9794,7 +9788,6 @@ public function testControlMaxLengthFormContext()
'maxlength' => 10,
],
'/div',

];
$this->assertHtml($expected, $result);
}
Expand Down

0 comments on commit 41e9b48

Please sign in to comment.