tests: updates snapshots

This commit is contained in:
Nuno Maduro
2023-06-17 19:39:44 +01:00
parent 3e03a87e02
commit cbd8cae83e
4 changed files with 21 additions and 15 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, 15 skipped, 705 passed (1718 assertions)')
->toContain('Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 15 skipped, 707 passed (1720 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();