chore: updates snapshots

This commit is contained in:
Nuno Maduro
2025-07-25 21:29:26 -06:00
parent 3e86e158b2
commit d187566e63
3 changed files with 8 additions and 3 deletions

View File

@ -16,7 +16,7 @@ $run = function () {
test('parallel', function () use ($run) {
expect($run('--exclude-group=integration'))
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 39 todos, 26 skipped, 1172 passed (2761 assertions)')
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 39 todos, 26 skipped, 1179 passed (2791 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();