mirror of
https://github.com/cerbero90/json-parser.git
synced 2025-05-31 05:29:10 +02:00
Add spacing
This commit is contained in:
parent
23f1b6906f
commit
8755cbcb6e
@ -5,6 +5,7 @@ use Cerbero\JsonParser\JsonParser;
|
||||
|
||||
use function Cerbero\JsonParser\parseJson;
|
||||
|
||||
|
||||
it('parses JSON when instantiated', function (string $json, array $parsed) {
|
||||
expect(new JsonParser($json))->toParseTo($parsed);
|
||||
})->with(Dataset::forParsing());
|
||||
|
Loading…
x
Reference in New Issue
Block a user