From 2e4206cb97e7744cc8e7d68d0d840486420110d4 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 15 Apr 2023 16:17:22 +0100 Subject: [PATCH] tests: adjusts 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 469567e1..2bb9a4be 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -977,6 +977,7 @@ ✓ Німеччина ✓ Nam Định ✓ 呼和浩特 + ✓ test /** with comment */ should do PASS Tests\Unit\TestSuite ✓ it does not allow to add the same test description twice @@ -1016,4 +1017,4 @@ PASS Tests\Visual\Version ✓ visual snapshot of help command output - Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 14 skipped, 710 passed (1717 assertions) \ No newline at end of file + Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 14 skipped, 711 passed (1719 assertions) \ No newline at end of file diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index 10f0d316..70242017 100644 --- a/tests/Visual/Parallel.php +++ b/tests/Visual/Parallel.php @@ -18,7 +18,7 @@ $run = function () { test('parallel', function () use ($run) { expect($run('--exclude-group=integration')) - ->toContain('Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 11 skipped, 698 passed (1702 assertions)') + ->toContain('Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 4 todos, 11 skipped, 699 passed (1704 assertions)') ->toContain('Parallel: 3 processes'); })->skipOnWindows();