From 2f90d4ccd7be0b9920ed64f16c4b0c25165e178c Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 18 Aug 2023 12:16:15 +0100 Subject: [PATCH] tests: update snapshots --- tests/.snapshots/success.txt | 8 +++++++- tests/Visual/Parallel.php | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 48310246..3d4f0a6d 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -338,6 +338,12 @@ ✓ pass ✓ failures ✓ failures with custom message + ✓ not failures + + PASS Tests\Features\Expect\toBeDigits + ✓ pass + ✓ failures + ✓ failures with custom message ✓ not failures PASS Tests\Features\Expect\toBeDirectory @@ -1240,4 +1246,4 @@ WARN Tests\Visual\Version - visual snapshot of help command output - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 878 passed (2013 assertions) \ No newline at end of file + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 882 passed (2022 assertions) \ No newline at end of file diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index 84d89a0d..05c1c410 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, 867 passed (1998 assertions)') + ->toContain('Tests: 1 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 15 skipped, 871 passed (2007 assertions)') ->toContain('Parallel: 3 processes'); })->skipOnWindows();