chore: fixes test suite

This commit is contained in:
Nuno Maduro
2024-04-28 12:30:56 +01:00
parent 80530cb1e0
commit 16125df77b
2 changed files with 4 additions and 4 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, 15 skipped, 1017 passed (2488 assertions)')
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 1016 passed (2483 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();