update snapshots

This commit is contained in:
Fabio Ivona
2023-03-13 18:47:11 +01:00
parent d6e3906da6
commit 43e17741eb
3 changed files with 8 additions and 4 deletions

View File

@ -15,6 +15,6 @@ $run = function () {
};
test('parallel', function () use ($run) {
expect($run())->toContain('Tests: 2 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 15 skipped, 626 passed (1555 assertions)')
expect($run())->toContain('Tests: 2 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 15 skipped, 630 passed (1559 assertions)')
->toContain('Parallel: 3 processes');
});