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 c0115c7 commit 4daf290Copy full SHA for 4daf290
templates/php/tests/requests/requests.mustache
@@ -35,7 +35,7 @@ class {{clientPrefix}}Test extends TestCase implements HttpClientInterface
35
36
if (isset($request['body'])) {
37
$this->assertEquals(
38
- json_encode($request['body']),
+ json_encode($request['body'], JSON_UNESCAPED_UNICODE),
39
$recordedRequest->getBody()->getContents()
40
);
41
}
0 commit comments