chore: adjusts for parallel testing

This commit is contained in:
Nuno Maduro
2023-04-14 11:01:54 +01:00
parent d6c3f3522b
commit 6d8b926df3
6 changed files with 12 additions and 14 deletions

View File

@ -153,7 +153,7 @@
DEPR Tests\Features\Deprecated
! deprecated → str_contains(): Passing null to parameter #2 ($needle) of type string is deprecated // tests/Features/Deprecated.php:6
! user deprecated → Since foo 1.0: This is a deprecation description // vendor/symfony/deprecation-contracts/function.php:25
user deprecated
PASS Tests\Features\Exceptions
✓ it gives access the the underlying expectException
@ -988,13 +988,14 @@
PASS Tests\Visual\Collision
✓ collision with ([''])
✓ collision with (['--parallel'])
PASS Tests\Visual\Help
✓ visual snapshot of help command output
WARN Tests\Visual\Parallel
- parallel
- a parallel test can extend another test with same name
PASS Tests\Visual\Parallel
parallel
a parallel test can extend another test with same name
PASS Tests\Visual\SingleTestOrDirectory
✓ allows to run a single test
@ -1015,4 +1016,4 @@
PASS Tests\Visual\Version
✓ visual snapshot of help command output
Tests: 2 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 16 skipped, 706 passed (1713 assertions)
Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 14 skipped, 710 passed (1717 assertions)