release: v2.30.0

This commit is contained in:
Nuno Maduro
2023-12-28 10:36:40 +00:00
parent a3ab065343
commit 97dc32f9d2
4 changed files with 4 additions and 4 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, 15 skipped, 953 passed (2267 assertions)')
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 957 passed (2277 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();