From 4be7082de54fe5a23767cd712b787c3f3ed0f2c3 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Thu, 25 Jan 2024 14:31:17 +0000 Subject: [PATCH] chore: updates snapshots --- tests/.snapshots/success.txt | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 17819fe5..98754f5e 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -154,6 +154,10 @@ ✓ it can correctly resolve a bound dataset that returns an array with (Closure) ✓ it can correctly resolve a bound dataset that returns an array but wants to be spread with (Closure) ↓ forbids to define tests in Datasets dirs and Datasets.php files + ✓ it may be used with high order with dataset "formal" + ✓ it may be used with high order with dataset "informal" + ✓ it may be used with high order even when bound with dataset "formal" + ✓ it may be used with high order even when bound with dataset "informal" PASS Tests\Features\Depends ✓ first @@ -1134,9 +1138,17 @@ PASS Tests\Helpers\TestInHelpers ✓ it executes tests in the Helpers directory + PASS Tests\Hooks\AfterAllTest + ✓ global afterAll execution order + ✓ it only gets called once per file + PASS Tests\Hooks\AfterEachTest ✓ global afterEach execution order + PASS Tests\Hooks\BeforeAllTest + ✓ global beforeAll execution order + ✓ it only gets called once per file + PASS Tests\Hooks\BeforeEachTest ✓ global beforeEach execution order @@ -1377,5 +1389,4 @@ WARN Tests\Visual\Version - visual snapshot of help command output - Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 19 skipped, 953 passed (2323 assertions) - + Tests: 2 deprecated, 4 warnings, 5 incomplete, 2 notices, 13 todos, 20 skipped, 986 passed (2372 assertions) \ No newline at end of file