From 95b4192c0d756562aebd012ed6af235b11832de9 Mon Sep 17 00:00:00 2001 From: Titouan Mathis Date: Mon, 7 Jun 2021 10:40:11 +0200 Subject: [PATCH] Fix visual success test --- tests/.snapshots/success.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/tests/.snapshots/success.txt b/tests/.snapshots/success.txt index d89b30e8..d392dedc 100644 --- a/tests/.snapshots/success.txt +++ b/tests/.snapshots/success.txt @@ -122,6 +122,10 @@ PASS Tests\PHPUnit\CustomAffixes\AdditionalFileExtensionspec ✓ 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\ManyExtensionsclasstest ✓ it runs file names like `ManyExtensions.class.test.php` @@ -220,5 +224,5 @@ ✓ it is a test ✓ it uses correct parent class - Tests: 7 skipped, 120 passed + Tests: 7 skipped, 122 passed \ No newline at end of file