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.
2 parents 9cc3baa + 9112249 commit 1549897Copy full SHA for 1549897
src/Symfony/Component/HttpClient/Tests/Response/MockResponseTest.php
@@ -41,12 +41,6 @@ public function toArrayErrors()
41
'message' => 'Response body is empty.',
42
];
43
44
- yield [
45
- 'content' => '{}',
46
- 'responseHeaders' => ['content-type' => 'plain/text'],
47
- 'message' => 'Response content-type is "plain/text" while a JSON-compatible one was expected for "https://example.com/file.json".',
48
- ];
49
-
50
yield [
51
'content' => 'not json',
52
'responseHeaders' => [],
0 commit comments