fix: before all

This commit is contained in:
Nuno Maduro
2025-07-25 20:54:37 -06:00
parent 6d6e4e040f
commit de4409e368
6 changed files with 34 additions and 7 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, 38 todos, 24 skipped, 1144 passed (2730 assertions)')
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 38 todos, 24 skipped, 1147 passed (2742 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();