Skip to content

Commit

Permalink
okay php
Browse files Browse the repository at this point in the history
  • Loading branch information
millotp committed Jan 6, 2025
1 parent c0115c7 commit 4daf290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/php/tests/requests/requests.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class {{clientPrefix}}Test extends TestCase implements HttpClientInterface
if (isset($request['body'])) {
$this->assertEquals(
json_encode($request['body']),
json_encode($request['body'], JSON_UNESCAPED_UNICODE),
$recordedRequest->getBody()->getContents()
);
}
Expand Down

0 comments on commit 4daf290

Please sign in to comment.