Remove focus group tags

This commit is contained in:
Marcus Moore
2024-10-17 15:26:27 -07:00
parent 7e1b47708e
commit a8d853c44a
8 changed files with 0 additions and 16 deletions
@@ -4,10 +4,8 @@ namespace Tests\Unit\Models\Company;
use App\Models\Company;
use App\Models\User;
use PHPUnit\Framework\Attributes\Group;
use Tests\TestCase;
#[Group('focus')]
class GetIdForCurrentUserTest extends TestCase
{
public function testReturnsProvidedValueWhenFullCompanySupportDisabled()