From a8d853c44a38b50db05884843c614fe7b7342d60 Mon Sep 17 00:00:00 2001 From: Marcus Moore Date: Thu, 17 Oct 2024 15:26:27 -0700 Subject: [PATCH] Remove focus group tags --- .../Ui/CreateAccessoryWithFullMultipleCompanySupportTest.php | 2 -- tests/Feature/Assets/Api/StoreAssetTest.php | 2 -- .../Assets/Api/StoreAssetWithFullMultipleCompanySupportTest.php | 2 -- .../Assets/Ui/StoreAssetWithFullMultipleCompanySupportTest.php | 2 -- .../Ui/StoreComponentWithFullMultipleCompanySupportTest.php | 2 -- .../Ui/StoreConsumableWithFullMultipleCompanySupportTest.php | 2 -- .../Ui/StoreLicenseWithFullMultipleCompanySupportTest.php | 2 -- tests/Unit/Models/Company/GetIdForCurrentUserTest.php | 2 -- 8 files changed, 16 deletions(-) diff --git a/tests/Feature/Accessories/Ui/CreateAccessoryWithFullMultipleCompanySupportTest.php b/tests/Feature/Accessories/Ui/CreateAccessoryWithFullMultipleCompanySupportTest.php index c256830a63..a606db3fe2 100644 --- a/tests/Feature/Accessories/Ui/CreateAccessoryWithFullMultipleCompanySupportTest.php +++ b/tests/Feature/Accessories/Ui/CreateAccessoryWithFullMultipleCompanySupportTest.php @@ -5,7 +5,6 @@ namespace Tests\Feature\Accessories\Ui; use App\Models\Accessory; use App\Models\Category; use PHPUnit\Framework\Attributes\DataProvider; -use PHPUnit\Framework\Attributes\Group; use Tests\Support\ProvidesDataForFullMultipleCompanySupportTesting; use Tests\TestCase; @@ -13,7 +12,6 @@ class CreateAccessoryWithFullMultipleCompanySupportTest extends TestCase { use ProvidesDataForFullMultipleCompanySupportTesting; - #[Group('focus')] #[DataProvider('dataForFullMultipleCompanySupportTesting')] public function testAdheresToFullMultipleCompaniesSupportScoping($data) { diff --git a/tests/Feature/Assets/Api/StoreAssetTest.php b/tests/Feature/Assets/Api/StoreAssetTest.php index 26fb1f78c0..ea5cfb6178 100644 --- a/tests/Feature/Assets/Api/StoreAssetTest.php +++ b/tests/Feature/Assets/Api/StoreAssetTest.php @@ -12,7 +12,6 @@ use App\Models\Supplier; use App\Models\User; use Illuminate\Support\Facades\Crypt; use Illuminate\Testing\Fluent\AssertableJson; -use PHPUnit\Framework\Attributes\Group; use Tests\TestCase; class StoreAssetTest extends TestCase @@ -564,7 +563,6 @@ class StoreAssetTest extends TestCase /** * @link https://app.shortcut.com/grokability/story/24475 */ - #[Group('focus')] public function testCompanyIdNeedsToBeInteger() { $this->actingAsForApi(User::factory()->createAssets()->create()) diff --git a/tests/Feature/Assets/Api/StoreAssetWithFullMultipleCompanySupportTest.php b/tests/Feature/Assets/Api/StoreAssetWithFullMultipleCompanySupportTest.php index 57d09e7e13..389a54dda5 100644 --- a/tests/Feature/Assets/Api/StoreAssetWithFullMultipleCompanySupportTest.php +++ b/tests/Feature/Assets/Api/StoreAssetWithFullMultipleCompanySupportTest.php @@ -6,7 +6,6 @@ use App\Models\Asset; use App\Models\AssetModel; use App\Models\Statuslabel; use PHPUnit\Framework\Attributes\DataProvider; -use PHPUnit\Framework\Attributes\Group; use Tests\Support\ProvidesDataForFullMultipleCompanySupportTesting; use Tests\TestCase; @@ -17,7 +16,6 @@ class StoreAssetWithFullMultipleCompanySupportTest extends TestCase /** * @link https://github.com/snipe/snipe-it/issues/15654 */ - #[Group('focus')] #[DataProvider('dataForFullMultipleCompanySupportTesting')] public function testAdheresToFullMultipleCompaniesSupportScoping($data) { diff --git a/tests/Feature/Assets/Ui/StoreAssetWithFullMultipleCompanySupportTest.php b/tests/Feature/Assets/Ui/StoreAssetWithFullMultipleCompanySupportTest.php index b6302f95c8..3443256030 100644 --- a/tests/Feature/Assets/Ui/StoreAssetWithFullMultipleCompanySupportTest.php +++ b/tests/Feature/Assets/Ui/StoreAssetWithFullMultipleCompanySupportTest.php @@ -6,7 +6,6 @@ use App\Models\Asset; use App\Models\AssetModel; use App\Models\Statuslabel; use PHPUnit\Framework\Attributes\DataProvider; -use PHPUnit\Framework\Attributes\Group; use Tests\Support\ProvidesDataForFullMultipleCompanySupportTesting; use Tests\TestCase; @@ -14,7 +13,6 @@ class StoreAssetWithFullMultipleCompanySupportTest extends TestCase { use ProvidesDataForFullMultipleCompanySupportTesting; - #[Group('focus')] #[DataProvider('dataForFullMultipleCompanySupportTesting')] public function testAdheresToFullMultipleCompaniesSupportScoping($data) { diff --git a/tests/Feature/Components/Ui/StoreComponentWithFullMultipleCompanySupportTest.php b/tests/Feature/Components/Ui/StoreComponentWithFullMultipleCompanySupportTest.php index 13bfd72273..bb36a6fa82 100644 --- a/tests/Feature/Components/Ui/StoreComponentWithFullMultipleCompanySupportTest.php +++ b/tests/Feature/Components/Ui/StoreComponentWithFullMultipleCompanySupportTest.php @@ -5,7 +5,6 @@ namespace Tests\Feature\Components\Ui; use App\Models\Category; use App\Models\Component; use PHPUnit\Framework\Attributes\DataProvider; -use PHPUnit\Framework\Attributes\Group; use Tests\Support\ProvidesDataForFullMultipleCompanySupportTesting; use Tests\TestCase; @@ -13,7 +12,6 @@ class StoreComponentWithFullMultipleCompanySupportTest extends TestCase { use ProvidesDataForFullMultipleCompanySupportTesting; - #[Group('focus')] #[DataProvider('dataForFullMultipleCompanySupportTesting')] public function testAdheresToFullMultipleCompaniesSupportScoping($data) { diff --git a/tests/Feature/Consumables/Ui/StoreConsumableWithFullMultipleCompanySupportTest.php b/tests/Feature/Consumables/Ui/StoreConsumableWithFullMultipleCompanySupportTest.php index 00b2f5529d..6f53d2298c 100644 --- a/tests/Feature/Consumables/Ui/StoreConsumableWithFullMultipleCompanySupportTest.php +++ b/tests/Feature/Consumables/Ui/StoreConsumableWithFullMultipleCompanySupportTest.php @@ -5,7 +5,6 @@ namespace Tests\Feature\Consumables\Ui; use App\Models\Category; use App\Models\Consumable; use PHPUnit\Framework\Attributes\DataProvider; -use PHPUnit\Framework\Attributes\Group; use Tests\Support\ProvidesDataForFullMultipleCompanySupportTesting; use Tests\TestCase; @@ -13,7 +12,6 @@ class StoreConsumableWithFullMultipleCompanySupportTest extends TestCase { use ProvidesDataForFullMultipleCompanySupportTesting; - #[Group('focus')] #[DataProvider('dataForFullMultipleCompanySupportTesting')] public function testAdheresToFullMultipleCompaniesSupportScoping($data) { diff --git a/tests/Feature/Licenses/Ui/StoreLicenseWithFullMultipleCompanySupportTest.php b/tests/Feature/Licenses/Ui/StoreLicenseWithFullMultipleCompanySupportTest.php index 75a4b1f552..de6ffbaaee 100644 --- a/tests/Feature/Licenses/Ui/StoreLicenseWithFullMultipleCompanySupportTest.php +++ b/tests/Feature/Licenses/Ui/StoreLicenseWithFullMultipleCompanySupportTest.php @@ -5,7 +5,6 @@ namespace Tests\Feature\Licenses\Ui; use App\Models\Category; use App\Models\License; use PHPUnit\Framework\Attributes\DataProvider; -use PHPUnit\Framework\Attributes\Group; use Tests\Support\ProvidesDataForFullMultipleCompanySupportTesting; use Tests\TestCase; @@ -13,7 +12,6 @@ class StoreLicenseWithFullMultipleCompanySupportTest extends TestCase { use ProvidesDataForFullMultipleCompanySupportTesting; - #[Group('focus')] #[DataProvider('dataForFullMultipleCompanySupportTesting')] public function testAdheresToFullMultipleCompaniesSupportScoping($data) { diff --git a/tests/Unit/Models/Company/GetIdForCurrentUserTest.php b/tests/Unit/Models/Company/GetIdForCurrentUserTest.php index f69230fad1..c21c4f36a3 100644 --- a/tests/Unit/Models/Company/GetIdForCurrentUserTest.php +++ b/tests/Unit/Models/Company/GetIdForCurrentUserTest.php @@ -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()