From 885c9f1f062e4952a1421f661cb39f9f2730e985 Mon Sep 17 00:00:00 2001 From: jordanbrauer <18744334+jordanbrauer@users.noreply.github.com> Date: Wed, 7 Apr 2021 10:56:19 -0500 Subject: [PATCH] test: update the snapshot with new test output --- tests/.snapshots/success.txt | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index f4db6877..625557a8 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -103,6 +103,18 @@ PASS Tests\Fixtures\ExampleTest ✓ it example 2 + PASS Tests\Hooks\AfterAllTest + ✓ global afterAll execution order + + PASS Tests\Hooks\AfterEachTest + ✓ global afterEach execution order + + PASS Tests\Hooks\BeforeAllTest + ✓ global beforeAll execution order + + PASS Tests\Hooks\BeforeEachTest + ✓ global beforeEach execution order + PASS Tests\PHPUnit\CustomAffixes\InvalidTestName ✓ it runs file names like `@#$%^&()-_=+.php` @@ -209,5 +221,5 @@ ✓ it is a test ✓ it uses correct parent class - Tests: 7 skipped, 115 passed + Tests: 7 skipped, 119 passed \ No newline at end of file