Define test classes as final

This commit is contained in:
Shift
2023-05-24 21:53:18 +00:00
parent a365977702
commit 5e838ad61e
6 changed files with 6 additions and 6 deletions

View File

@@ -3,7 +3,7 @@
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
class ContactFormTest extends TestCase
final class ContactFormTest extends TestCase
{
use RefreshDatabase;