Skip to content

Commit 1b2ec89

Browse files
committed
minor symfony#49235 [ErrorHandler] fix test (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- [ErrorHandler] fix test | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | | License | MIT | Doc PR | Commits ------- d3fb01c fix test
2 parents 29d73d7 + d3fb01c commit 1b2ec89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public function getRenderData(): iterable
3737

3838
$expectedNonDebug = <<<HTML
3939
<!DOCTYPE html>
40-
<html>
40+
<html lang="en">
4141
%A<title>An Error Occurred: Internal Server Error</title>
4242
%A<h2>The server returned a "500 Internal Server Error".</h2>%A
4343
HTML;

0 commit comments

Comments
 (0)