Define test classes as final

This commit is contained in:
Shift
2024-08-06 20:25:22 +00:00
parent 83fb6826ee
commit 95516b0343
106 changed files with 106 additions and 106 deletions
@@ -11,7 +11,7 @@ use Illuminate\Support\Facades\Notification;
use Tests\TestCase;
#[Group('notifications')]
class EmailNotificationsUponCheckinTest extends TestCase
final class EmailNotificationsUponCheckinTest extends TestCase
{
protected function setUp(): void
{