This commit is contained in:
Nuno Maduro
2024-07-20 14:15:28 +01:00
parent a7553b7593
commit b3c8c24aea
8 changed files with 87 additions and 50 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, 1058 passed (2588 assertions)')
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 1060 passed (2594 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();