diff --git a/tests/Feature/ParsingTest.php b/tests/Feature/ParsingTest.php index 3134795..7e2e07f 100644 --- a/tests/Feature/ParsingTest.php +++ b/tests/Feature/ParsingTest.php @@ -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());