From 16768fca9f4206b59fc9afa2be6b6968efe77cbb Mon Sep 17 00:00:00 2001 From: faissaloux Date: Tue, 7 Nov 2023 17:46:00 +0100 Subject: [PATCH] update snapshots/paralell test --- 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 2c5ecebe..ffe59bb4 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -1194,6 +1194,7 @@ ✓ it show the correct description for mixed named and not-named datasets ✓ it shows the correct description for long texts with newlines ✓ it shows the correct description for arrays with many elements + ✓ it shows the correct description of datasets with html PASS Tests\Unit\Expectations\OppositeExpectation ✓ it throw expectation failed exception with string argument @@ -1352,4 +1353,4 @@ WARN Tests\Visual\Version - visual snapshot of help command output - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 962 passed (2280 assertions) \ No newline at end of file + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 963 passed (2281 assertions) \ No newline at end of file diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index 0828a61b..3bf79db1 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, 15 skipped, 951 passed (2265 assertions)') + ->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 952 passed (2266 assertions)') ->toContain('Parallel: 3 processes'); })->skipOnWindows();