From 6595e6960ba027fde4ed4a0f41c7573a195cd0b6 Mon Sep 17 00:00:00 2001 From: Nuno Maduro Date: Fri, 6 Jan 2023 20:09:25 +0000 Subject: [PATCH] tests: adjusts snapshots based on code highlight --- tests/.snapshots/success.txt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index 47e9b6d4..fc45145f 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -757,29 +757,29 @@ ✓ global beforeEach execution order PASS Tests\PHPUnit\CustomAffixes\InvalidTestName - ✓ it runs file names like `@#$%^&()-_=+.php` + ✓ it runs file names like @#$%^&()-_=+.php PASS Tests\PHPUnit\CustomAffixes\ATestWithSpaces - ✓ it runs file names like `A Test With Spaces.php` + ✓ it runs file names like A Test With Spaces.php PASS Tests\PHPUnit\CustomAffixes\AdditionalFileExtension - ✓ it runs file names like `AdditionalFileExtension.spec.php` + ✓ it runs file names like AdditionalFileExtension.spec.php PASS Tests\PHPUnit\CustomAffixes\FolderWithAn\ExampleTest ✓ custom traits can be used ✓ trait applied in this file PASS Tests\PHPUnit\CustomAffixes\ManyExtensions - ✓ it runs file names like `ManyExtensions.class.test.php` + ✓ it runs file names like ManyExtensions.class.test.php PASS Tests\PHPUnit\CustomAffixes\TestCaseWithQuotes - ✓ it runs file names like `Test 'Case' With Quotes.php` + ✓ it runs file names like Test 'Case' With Quotes.php PASS Tests\PHPUnit\CustomAffixes\kebabcasespec - ✓ it runs file names like `kebab-case-spec.php` + ✓ it runs file names like kebab-case-spec.php PASS Tests\PHPUnit\CustomAffixes\snakecasespec - ✓ it runs file names like `snake_case_spec.php` + ✓ it runs file names like snake_case_spec.php PASS Tests\CustomTestCase\ExecutedTest ✓ that gets executed