From 02f6aa6161c116576519a562c70023969792dfab Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 14 Mar 2024 11:19:36 -0700 Subject: [PATCH] Add group tag for new test case --- .../Notifications/Email/EmailNotificationsUponCheckinTest.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php b/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php index 1892e2cdc5..35345fac24 100644 --- a/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php +++ b/tests/Feature/Notifications/Email/EmailNotificationsUponCheckinTest.php @@ -10,6 +10,9 @@ use Illuminate\Support\Facades\Notification; use Tests\Support\InteractsWithSettings; use Tests\TestCase; +/** + * @group notifications + */ class EmailNotificationsUponCheckinTest extends TestCase { use InteractsWithSettings;