feat: php 8.4 support

This commit is contained in:
Nuno Maduro
2024-10-15 15:31:29 +01:00
parent 9ceb0834ae
commit e8aaa586cb
11 changed files with 14 additions and 106 deletions

View File

@ -16,7 +16,7 @@ $run = function () {
test('parallel', function () use ($run) {
expect($run('--exclude-group=integration'))
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 999 passed (2360 assertions)')
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 973 passed (2334 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();