File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ public function testGet200WithSubrequest(): void
89
89
public function testGet404 (): void
90
90
{
91
91
$ client = static ::createClient (['debug ' => false ]);
92
+ $ client ->useHtml5Parser (false );
92
93
93
94
try {
94
95
$ client ->request ('GET ' , '/missing-page ' );
@@ -112,6 +113,7 @@ public function testGet404(): void
112
113
public function testGetBadRequest (): void
113
114
{
114
115
$ client = static ::createClient (['debug ' => false ]);
116
+ $ client ->useHtml5Parser (false );
115
117
116
118
$ client ->request ('GET ' , '/bad-request ' );
117
119
@@ -126,6 +128,7 @@ public function testGetBadRequest(): void
126
128
public function testGet500 (): void
127
129
{
128
130
$ client = static ::createClient ();
131
+ $ client ->useHtml5Parser (false );
129
132
130
133
try {
131
134
$ client ->request ('GET ' , '/exception ' );
You can’t perform that action at this time.
0 commit comments