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:
parent
cd5e0bffd3
commit
a6351e49a4
2 changed files with 54 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ test('tellName', function () {
|
|||
expect($this->sut)
|
||||
->tellName()->toBeString()->toContain('John');
|
||||
})
|
||||
->skip()
|
||||
->group('special tests');
|
||||
|
||||
it('can tellAge')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue