From f8ea1936d612d94d6f5cd90ced8df2066a10eabf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=2E=20Nagy=20Gerg=C5=91?= Date: Wed, 13 Nov 2024 13:54:28 +0100 Subject: [PATCH] wip --- ...otificationTest.php => SendVerificationNotificationTest.php} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename tests/Actions/{SendVerificaionNotificationTest.php => SendVerificationNotificationTest.php} (92%) diff --git a/tests/Actions/SendVerificaionNotificationTest.php b/tests/Actions/SendVerificationNotificationTest.php similarity index 92% rename from tests/Actions/SendVerificaionNotificationTest.php rename to tests/Actions/SendVerificationNotificationTest.php index 6759d884..bd8c8b24 100644 --- a/tests/Actions/SendVerificaionNotificationTest.php +++ b/tests/Actions/SendVerificationNotificationTest.php @@ -8,7 +8,7 @@ use Cone\Root\Tests\User; use Illuminate\Support\Facades\Notification; -class SendVerificaionNotificationTest extends TestCase +class SendVerificationNotificationTest extends TestCase { public function test_send_verification_notifications_action(): void {