update toHaveProperties

This commit is contained in:
Lucas Giovanny
2023-04-02 11:15:31 +01:00
parent 99d3ee448c
commit 31726b51ad
4 changed files with 31 additions and 12 deletions

View File

@ -18,7 +18,7 @@ $run = function () {
test('parallel', function () use ($run) {
expect($run('--exclude-group=integration'))
->toContain('Tests: 2 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 11 skipped, 697 passed (1696 assertions)')
->toContain('Tests: 2 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 11 skipped, 697 passed (1702 assertions)')
->toContain('Parallel: 3 processes');
})->skipOnWindows();