Skip to content

Commit 096aa10

Browse files
authored
Update FormHelperTest.php
1 parent d7ee702 commit 096aa10

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/system/Helpers/FormHelperTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ public function testFormOpenWithHidden()
156156
{
157157
$expected = <<<EOH
158158
<form action="http://example.com/index.php/foo/bar" name="form" id="form" method="POST" accept-charset="utf-8">
159+
159160
<input type="hidden" name="foo" value="bar" style="display:none;" />
160161
161162
EOH;

0 commit comments

Comments
 (0)