feat: adds phpunit 12.2.5 support

This commit is contained in:
Nuno Maduro
2025-06-28 18:31:45 +01:00
parent 3faeede1ef
commit af3fdceddb
5 changed files with 23 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, 1134 passed (2712 assertions)')
->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 38 todos, 24 skipped, 1136 passed (2715 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();