chore: adjusts tests

This commit is contained in:
Nuno Maduro
2024-06-27 01:41:34 +01:00
parent 5c3bf469d5
commit 474b9b7e17
10 changed files with 41 additions and 14 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, 13 todos, 19 skipped, 1035 passed (2545 assertions)')
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 1043 passed (2556 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();