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