mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-17 07:39:33 +00:00
PartCustomStateControllerTest: Attribute für PHPUnit-Gruppen umgestellt
This commit is contained in:
parent
44d52d1fa4
commit
0ac40c6a94
1 changed files with 4 additions and 5 deletions
|
|
@ -23,12 +23,11 @@ declare(strict_types=1);
|
||||||
namespace App\Tests\Controller\AdminPages;
|
namespace App\Tests\Controller\AdminPages;
|
||||||
|
|
||||||
use App\Entity\Parts\PartCustomState;
|
use App\Entity\Parts\PartCustomState;
|
||||||
|
use PHPUnit\Framework\Attributes\Group;
|
||||||
|
|
||||||
/**
|
#[Group('slow')]
|
||||||
* @group slow
|
#[Group('DB')]
|
||||||
* @group DB
|
class PartCustomStateControllerTest extends AbstractAdminController
|
||||||
*/
|
|
||||||
class PartCustomStateControllerTest extends AbstractAdminControllerTest
|
|
||||||
{
|
{
|
||||||
protected static string $base_path = '/en/part_custom_state';
|
protected static string $base_path = '/en/part_custom_state';
|
||||||
protected static string $entity_class = PartCustomState::class;
|
protected static string $entity_class = PartCustomState::class;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue