json() ->name ->toBe('uno'); }); it('is incomplete'); it('doesnt do anything', function () { }); test('fails with broken json string', function () { expect('{":"Nuno"}')->json(); })->throws(ExpectationFailedException::class);