feat: adds phpunit@12.5 support

This commit is contained in:
Nuno Maduro
2025-12-15 11:48:43 +00:00
parent ae419afd36
commit 6a96aed654
7 changed files with 14 additions and 11 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, 39 todos, 26 skipped, 1178 passed (2790 assertions)')
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 39 todos, 26 skipped, 1177 passed (2790 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();