Skip to content

Commit dcd3d49

Browse files
DocumentationsFormsTest: Change expected html of selectElement's option
1 parent ac831b3 commit dcd3d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/DocumentationFormsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testSelectElement()
4040

4141
$this->assertHtml(
4242
'<select name="customer" class="important customer" id="customer-field">'
43-
. '<option value="">Please choose</option>'
43+
. '<option selected="selected">Please choose</option>'
4444
. '<option value="1">The one</option>'
4545
. '<option value="4">Four</option>'
4646
. '<option value="5">Hi five</option>'

0 commit comments

Comments
 (0)