From 3668c93d60b5258421d5df9c90319fa06018c3b1 Mon Sep 17 00:00:00 2001 From: Layla Tichy Date: Thu, 5 Dec 2024 03:58:55 +0000 Subject: [PATCH] chore: update snapshot --- tests/.snapshots/success.txt | 2 +- tests/Visual/Parallel.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 8e445603..93c0ebbb 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -1711,4 +1711,4 @@ WARN Tests\Visual\Version - visual snapshot of help command output - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 38 todos, 33 skipped, 1145 passed (2740 assertions) + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 38 todos, 33 skipped, 1153 passed (2748 assertions) diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index b3da2472..f2303f45 100644 --- a/tests/Visual/Parallel.php +++ b/tests/Visual/Parallel.php @@ -16,7 +16,7 @@ test('parallel', function () use ($run) { expect($run('--exclude-group=integration')) - ->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 38 todos, 24 skipped, 1135 passed (2716 assertions)') + ->toContain('Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 38 todos, 24 skipped, 1143 passed (2724 assertions)') ->toContain('Parallel: 3 processes'); })->skipOnWindows();