chore: updates snapshots

This commit is contained in:
Nuno Maduro
2023-09-19 10:48:23 +01:00
parent 95b65fe72b
commit 0d114e21fd
7 changed files with 15 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, 15 skipped, 928 passed (2205 assertions)')
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 932 passed (2209 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();