From 7d49828491c8504cf20fcf19f80ad2529b2781ea Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Mon, 3 Aug 2026 16:49:35 -0400 Subject: [PATCH] chore: adjusts snapshots --- tests/.snapshots/success.txt | 3 ++- tests/Visual/Parallel.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index ec9f3cde..c0d2a14c 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -275,6 +275,7 @@ ✓ dataset items can mix named and sequential styles with ('Taylor', 'taylor@laravel.com') ✓ dataset items can mix named and sequential styles with ('James', 'james@laravel.com') #1 ✓ dataset items can mix named and sequential styles with ('James', 'james@laravel.com') #2 + ✓ named parameters work with a single argument with ('Taylor') PASS Tests\Features\Depends ✓ first @@ -1905,4 +1906,4 @@ ✓ pass with dataset with ('my-datas-set-value') ✓ within describe → pass with dataset with ('my-datas-set-value') - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 40 todos, 35 skipped, 1296 passed (2979 assertions) \ No newline at end of file + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 40 todos, 35 skipped, 1297 passed (2980 assertions) \ No newline at end of file diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index 2032db37..edea7cf6 100644 --- a/tests/Visual/Parallel.php +++ b/tests/Visual/Parallel.php @@ -24,13 +24,13 @@ test('parallel', function () use ($run) { $file = file_get_contents(__FILE__); $file = preg_replace( '/\$expected = \'.*?\';/', - "\$expected = '2 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1280 passed (2928 assertions)';", + "\$expected = '2 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1281 passed (2929 assertions)';", $file, ); file_put_contents(__FILE__, $file); } - $expected = '2 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1280 passed (2928 assertions)'; + $expected = '2 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1281 passed (2929 assertions)'; expect($output) ->toContain("Tests: {$expected}")