chore: updates snapshots

This commit is contained in:
Nuno Maduro
2023-05-06 11:51:58 +01:00
parent cada5c5136
commit 3e1cef296f
3 changed files with 3 additions and 3 deletions

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, 703 passed (1712 assertions)')
->toContain('Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 14 skipped, 704 passed (1714 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();