chore: bumps dependencies and fixes static analysis

This commit is contained in:
Nuno Maduro
2023-05-02 00:51:01 +01:00
parent 97898a0a8e
commit fe3c7d72bd
4 changed files with 5 additions and 4 deletions

View File

@ -657,6 +657,7 @@
✓ failures 5
✓ failures 6
✓ failures 7
✓ failures 8
✓ failures with custom message
✓ not failures
✓ closure missing parameter
@ -1033,4 +1034,4 @@
PASS Tests\Visual\Version
✓ visual snapshot of help command output
Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 714 passed (1722 assertions)
Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 715 passed (1727 assertions)

View File

@ -18,7 +18,7 @@ $run = function () {
test('parallel', function () use ($run) {
expect($run('--exclude-group=integration'))
->toContain('Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 14 skipped, 702 passed (1707 assertions)')
->toContain('Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 14 skipped, 703 passed (1712 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();