File tree Expand file tree Collapse file tree 3 files changed +10
-13
lines changed
Expand file tree Collapse file tree 3 files changed +10
-13
lines changed Original file line number Diff line number Diff line change 3030use App \Services \InfoProviderSystem \DTOs \BulkSearchPartResultsDTO ;
3131use App \Services \InfoProviderSystem \DTOs \BulkSearchResponseDTO ;
3232use App \Services \InfoProviderSystem \DTOs \SearchResultDTO ;
33+ use PHPUnit \Framework \Attributes \Group ;
3334use Symfony \Bundle \FrameworkBundle \Test \WebTestCase ;
3435use Symfony \Component \HttpFoundation \Response ;
3536
36- /**
37- * @group slow
38- * @group DB
39- */
37+ #[Group("slow " )]
38+ #[Group("DB " )]
4039class BulkInfoProviderImportControllerTest extends WebTestCase
4140{
4241 public function testStep1WithoutIds (): void
Original file line number Diff line number Diff line change 3232use App \Entity \Parts \Supplier ;
3333use App \Entity \UserSystem \User ;
3434use App \Services \InfoProviderSystem \DTOs \BulkSearchResponseDTO ;
35+ use PHPUnit \Framework \Attributes \Group ;
3536use Symfony \Bundle \FrameworkBundle \Test \WebTestCase ;
3637use Symfony \Component \HttpFoundation \Response ;
3738
38- /**
39- * @group slow
40- * @group DB
41- */
39+ #[Group("slow " )]
40+ #[Group("DB " )]
4241class PartControllerTest extends WebTestCase
4342{
4443 public function testShowPart (): void
Original file line number Diff line number Diff line change 2323namespace App \Tests \Form \InfoProviderSystem ;
2424
2525use App \Form \InfoProviderSystem \GlobalFieldMappingType ;
26+ use PHPUnit \Framework \Attributes \Group ;
2627use Symfony \Bundle \FrameworkBundle \Test \KernelTestCase ;
2728use Symfony \Component \Form \FormFactoryInterface ;
2829
29- /**
30- * @group slow
31- * @group DB
32- */
30+ #[Group("slow " )]
31+ #[Group("DB " )]
3332class GlobalFieldMappingTypeTest extends KernelTestCase
3433{
3534 private FormFactoryInterface $ formFactory ;
@@ -65,4 +64,4 @@ public function testFormOptions(): void
6564 $ view = $ form ->createView ();
6665 $ this ->assertFalse ($ view ['prefetch_details ' ]->vars ['required ' ]);
6766 }
68- }
67+ }
You can’t perform that action at this time.
0 commit comments