Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
fayway committed Sep 5, 2017
1 parent fcc42e4 commit d46fc76
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests/Skyscanner/JsonPath/JsonObjectTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -856,13 +856,13 @@ public function testGetJsonWithOptionsBitmask()
->add('$.volunteers[0]', 'Fayçal', 'name');
$expectedJson = <<<EOF
{
"author": "Ö Kent C. Dodds",
"title": "À First Timers Only",
"volunteers": [
{
"name": "Fayçal"
}
]
"author": "Ö Kent C. Dodds",
"title": "À First Timers Only",
"volunteers": [
{
"name": "Fayçal"
}
]
}
EOF;
$this->assertEquals($expectedJson, $jsonObject->getJson(JSON_UNESCAPED_UNICODE | JSON_PRETTY_PRINT));
Expand Down

0 comments on commit d46fc76

Please sign in to comment.