release: v2.16.1

This commit is contained in:
Nuno Maduro
2023-08-29 10:30:36 +01:00
parent 4313a1ef20
commit 55b9266648
5 changed files with 16 additions and 5 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, 905 passed (2175 assertions)')
->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 914 passed (2189 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();