From fb90f778b9167f9a6d78d16138f2b15fbd245340 Mon Sep 17 00:00:00 2001 From: Bastien Philippe Date: Fri, 15 Sep 2023 16:49:21 +0200 Subject: [PATCH] Update snapshots --- tests/.snapshots/success.txt | 3 ++- tests/Visual/Parallel.php | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index a544db30..17819fe5 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -1377,4 +1377,5 @@ WARN Tests\Visual\Version - visual snapshot of help command output - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 20 skipped, 978 passed (2304 assertions) \ No newline at end of file + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 953 passed (2323 assertions) + diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index 2246a03e..8fc30265 100644 --- a/tests/Visual/Parallel.php +++ b/tests/Visual/Parallel.php @@ -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, 965 passed (2285 assertions)') + ->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 16 skipped, 973 passed (2353 assertions)') ->toContain('Parallel: 3 processes'); })->skipOnWindows();