tests: makes incomplete tests success

This commit is contained in:
Nuno Maduro
2020-06-21 17:40:41 +02:00
parent 5d58d58f71
commit 211f5c2433
2 changed files with 3 additions and 10 deletions

View File

@ -49,15 +49,13 @@
✓ it creates unique test case names with ('Name 1', Pest\Plugin Object (), true) #3
✓ it creates unique test case names - count
WARN Tests\Features\Depends
PASS Tests\Features\Depends
✓ first
✓ second
✓ depends
✓ depends with ...params
✓ depends with defined arguments
✓ depends run test only once
s incomplete → incomplete
w depends on incomplete → This test depends on "P\Tests\Features\Depends::incomplete" which does not exist.
PASS Tests\Features\Exceptions
✓ it gives access the the underlying expectException
@ -161,6 +159,5 @@
WARN Tests\Visual\Success
s visual snapshot of test suite on success
Tests: 1 warnings, 7 skipped, 85 passed
Time: 2.65s
Tests: 6 skipped, 92 passed
Time: 3.40s