chore: adjusts snapshots

This commit is contained in:
Nuno Maduro
2024-01-26 01:58:03 +00:00
parent a53a9d03cf
commit 19e748f0d4
4 changed files with 2 additions and 110 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, 990 passed (2388 assertions)')
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 986 passed (2340 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();