Skip to content

Commit b8bc2b9

Browse files
author
Marcel Diegelmann
committed
PartCustomStateControllerTest: Attribute für PHPUnit-Gruppen umgestellt
1 parent d9260cb commit b8bc2b9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tests/Controller/AdminPages/PartCustomStateControllerTest.php

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,11 @@
2323
namespace App\Tests\Controller\AdminPages;
2424

2525
use App\Entity\Parts\PartCustomState;
26+
use PHPUnit\Framework\Attributes\Group;
2627

27-
/**
28-
* @group slow
29-
* @group DB
30-
*/
31-
class PartCustomStateControllerTest extends AbstractAdminControllerTest
28+
#[Group('slow')]
29+
#[Group('DB')]
30+
class PartCustomStateControllerTest extends AbstractAdminController
3231
{
3332
protected static string $base_path = '/en/part_custom_state';
3433
protected static string $entity_class = PartCustomState::class;

0 commit comments

Comments
 (0)