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 d7eb41e commit 991a476Copy full SHA for 991a476
tests/PHPixie/Tests/HTTP/ResponsesTest.php
@@ -68,7 +68,7 @@ public function testRedirect()
68
public function testJson()
69
{
70
$data = array('a' => 1);
71
- $string = json_encode($data);
+ $string = json_encode($data, JSON_UNESCAPED_UNICODE);
72
73
$response = $this->prepareStringResponse(
74
$string,
@@ -193,4 +193,4 @@ protected function getStream()
193
194
return $this->quickMock('\PHPixie\HTTP\Messages\Stream\Implementation');
195
}
196
-}
+}
0 commit comments