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 2172c8b commit 656be3bCopy full SHA for 656be3b
tests/Extractors/JsonTest.php
@@ -19,7 +19,6 @@ public function default_options()
19
$extractor = new Json;
20
21
$extractor->input(__DIR__.'/../data/json1.json');
22
- $extractor->initialize();
23
24
$this->assertEquals($expected, iterator_to_array($extractor->extract()));
25
}
@@ -40,7 +39,6 @@ public function custom_columns_json_path()
40
39
'name' => '$..bindings[*].name.value',
41
'email' => '$..bindings[*].email.value',
42
]]);
43
44
45
46
0 commit comments