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
+1 -1
View File
@@ -4,7 +4,7 @@ namespace Tests\Unit;
use App\Models\SnipeModel;
use Tests\TestCase;
class SnipeModelTest extends TestCase
final class SnipeModelTest extends TestCase
{
public function testSetsPurchaseDatesAppropriately(): void
{