We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d3d0c commit f6adcb6Copy full SHA for f6adcb6
Tests/FunctionalTest.php
@@ -122,7 +122,7 @@ public function testErrors(): void
122
123
$response = $kernel->handle($request);
124
125
- $this->assertSame(500, $response->getStatusCode());
+ $this->assertSame(400, $response->getStatusCode());
126
127
// Let's test that the highest exception code compatible with an HTTP is kept.
128
$request = Request::create('/graphql', 'GET', ['query' => '
0 commit comments