1
0
Fork 0
mirror of https://github.com/pnx/neotest-phpunit synced 2026-06-16 03:54:55 +02:00

Add failing test

This commit is contained in:
Michael Utz 2022-11-16 11:34:22 +03:00
parent 5f13df4a8b
commit a861622208

View file

@ -30,6 +30,8 @@ it('can tellAge')
->expect($makeUser)
->tellAge()->toBeString()->toContain('18');
it('is false')->expect(true)->toBeFalse();
test('addFavoriteMovie')
->expect($makeUser)
->addFavoriteMovie('Avengers')