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:
parent
5f13df4a8b
commit
a861622208
1 changed files with 2 additions and 0 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue