Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
mindplay-dk authored Mar 7, 2018
1 parent d4c8e78 commit 990a48a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/InputRendererCest.php
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ public function buildErrorSummary(UnitTester $I)
$form->model->setError($field, $expected_error_message);

$I->assertSame(
"<div role=\"alert\" class=\"error-summary\"><ul><li>{$expected_error_message}</li></ul></div>",
"<div class=\"error-summary\" role=\"alert\"><ul><li>{$expected_error_message}</li></ul></div>",
$form->errorSummary()
);
}
Expand Down

0 comments on commit 990a48a

Please sign in to comment.