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
@@ -6,7 +6,7 @@ use App\Models\Company;
use App\Models\User;
use Tests\TestCase;
class GetIdForCurrentUserTest extends TestCase
final class GetIdForCurrentUserTest extends TestCase
{
public function testReturnsProvidedValueWhenFullCompanySupportDisabled(): void
{