Skip to content

Commit 51374a6

Browse files
committed
fix test
1 parent 5dfc1e3 commit 51374a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)