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 a8bfe87 commit bfbbca0Copy full SHA for bfbbca0
1 file changed
test/JsonMachineTest/ItemsTest.php
@@ -161,7 +161,6 @@ public function testIssue125()
161
'key_one' => 1,
162
], $result);
163
164
-
165
$pointer = Items::fromString($data, ['pointer' => '/key_two']);
166
$result = iterator_to_array($pointer);
167
$this->assertSame([
0 commit comments