mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
More work on output
This commit is contained in:
@ -9,6 +9,11 @@ test('it properly parses json string', function () {
|
||||
->toBe('uno');
|
||||
});
|
||||
|
||||
it('is incomplete');
|
||||
|
||||
it('doesnt do anything', function () {
|
||||
});
|
||||
|
||||
test('fails with broken json string', function () {
|
||||
expect('{":"Nuno"}')->json();
|
||||
})->throws(ExpectationFailedException::class);
|
||||
|
||||
Reference in New Issue
Block a user