Skip to content

Commit 991a476

Browse files
authored
Update ResponsesTest.php
1 parent d7eb41e commit 991a476

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/PHPixie/Tests/HTTP/ResponsesTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public function testRedirect()
6868
public function testJson()
6969
{
7070
$data = array('a' => 1);
71-
$string = json_encode($data);
71+
$string = json_encode($data, JSON_UNESCAPED_UNICODE);
7272

7373
$response = $this->prepareStringResponse(
7474
$string,
@@ -193,4 +193,4 @@ protected function getStream()
193193
{
194194
return $this->quickMock('\PHPixie\HTTP\Messages\Stream\Implementation');
195195
}
196-
}
196+
}

0 commit comments

Comments
 (0)