Define test classes as final
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user