Add group tag for new test case

This commit is contained in:
Marcus Moore 2024-03-14 11:19:36 -07:00
parent 07c5264b41
commit 02f6aa6161
No known key found for this signature in database

View file

@ -10,6 +10,9 @@ use Illuminate\Support\Facades\Notification;
use Tests\Support\InteractsWithSettings;
use Tests\TestCase;
/**
* @group notifications
*/
class EmailNotificationsUponCheckinTest extends TestCase
{
use InteractsWithSettings;