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

Add test for skipped

This commit is contained in:
Michael Utz 2022-11-16 22:43:19 +03:00
parent cd5e0bffd3
commit a6351e49a4
2 changed files with 54 additions and 0 deletions

View file

@ -25,6 +25,7 @@ test('tellName', function () {
expect($this->sut)
->tellName()->toBeString()->toContain('John');
})
->skip()
->group('special tests');
it('can tellAge')