chore: updates snapshots

This commit is contained in:
Nuno Maduro
2024-08-22 21:07:39 +01:00
parent 86d2191cae
commit 9ceb0834ae
3 changed files with 4 additions and 7 deletions

View File

@ -16,7 +16,7 @@ $run = function () {
test('parallel', function () use ($run) {
expect($run('--exclude-group=integration'))
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 998 passed (2358 assertions)')
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 999 passed (2360 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();