From 3e1cef296feac14623d8e5f37cf2a927392395e4 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Sat, 6 May 2023 11:51:58 +0100 Subject: [PATCH] chore: updates snapshots --- tests/.snapshots/success.txt | 3 ++- tests/Fixtures/Covers/CoversTrait.php | 1 - tests/Visual/Parallel.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 75d6a29c..7e2bfc17 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -49,6 +49,7 @@ ✓ it uses the correct PHPUnit attribute for function ✓ it removes duplicated attributes ✓ it guesses if the given argument is a class or function + ✓ it uses the correct PHPUnit attribute for trait ✓ it appends CoversNothing to method attributes ✓ it does not append CoversNothing to other methods ✓ it throws exception if no class nor method has been found @@ -1034,4 +1035,4 @@ PASS Tests\Visual\Version ✓ visual snapshot of help command output - Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 715 passed (1727 assertions) \ No newline at end of file + Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 17 skipped, 716 passed (1729 assertions) \ No newline at end of file diff --git a/tests/Fixtures/Covers/CoversTrait.php b/tests/Fixtures/Covers/CoversTrait.php index 9d660edb..6de082b9 100644 --- a/tests/Fixtures/Covers/CoversTrait.php +++ b/tests/Fixtures/Covers/CoversTrait.php @@ -4,5 +4,4 @@ namespace Tests\Fixtures\Covers; trait CoversTrait { - } diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index a418512e..3abd01a9 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, 8 todos, 14 skipped, 703 passed (1712 assertions)') + ->toContain('Tests: 1 deprecated, 3 warnings, 4 incomplete, 1 notice, 8 todos, 14 skipped, 704 passed (1714 assertions)') ->toContain('Parallel: 3 processes'); })->skipOnWindows();