From ff4aba2ffa8d512891d63bfb800eab2da70fe16b Mon Sep 17 00:00:00 2001 From: nuno maduro Date: Fri, 17 Jul 2026 14:32:33 +0100 Subject: [PATCH] chore: updates snapshots --- tests/.snapshots/success.txt | 7 ++++++- tests/Visual/Parallel.php | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 0e38f50f..ec8f6d7c 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -136,6 +136,11 @@ ✓ describe()->with() preserves depends → first with (9) ✓ describe()->with() preserves depends → second with (9) + PASS Tests\Features\DatasetProviderErrors + ✓ reports missing datasets as errors for a single file run + ✓ reports missing datasets as errors alongside passing tests + ✓ reports dataset closure exceptions as errors + PASS Tests\Features\DatasetsTests - 1 todo ✓ it throws exception if dataset does not exist ✓ it throws exception if dataset already exist @@ -1941,4 +1946,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, 1330 passed (3010 assertions) \ No newline at end of file + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 40 todos, 35 skipped, 1333 passed (3020 assertions) \ No newline at end of file diff --git a/tests/Visual/Parallel.php b/tests/Visual/Parallel.php index d497eef3..f8beea96 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, 1314 passed (2959 assertions)';", + "\$expected = '2 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1317 passed (2969 assertions)';", $file, ); file_put_contents(__FILE__, $file); } - $expected = '2 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1314 passed (2959 assertions)'; + $expected = '2 deprecated, 4 warnings, 5 incomplete, 3 notices, 40 todos, 27 skipped, 1317 passed (2969 assertions)'; expect($output) ->toContain("Tests: {$expected}")