diff --git a/tests/Kernel/AccessTest.php b/tests/Kernel/AccessTest.php index cd3cff9..0785810 100644 --- a/tests/Kernel/AccessTest.php +++ b/tests/Kernel/AccessTest.php @@ -12,6 +12,8 @@ use Drupal\simpletest\UserCreationTrait; /** * @coversDefaultClass \Drupal\role_delegation\Access\RoleDelegationAccessCheck + * + * @group role_delegation */ class AccessTest extends KernelTestBase { diff --git a/tests/Kernel/DelegatableRolesTest.php b/tests/Kernel/DelegatableRolesTest.php index bb045a4..aae4e53 100644 --- a/tests/Kernel/DelegatableRolesTest.php +++ b/tests/Kernel/DelegatableRolesTest.php @@ -8,6 +8,8 @@ use Drupal\user\Entity\Role; /** * @coversDefaultClass \Drupal\role_delegation\DelegatableRoles + * + * @group role_delegation */ class DelegatableRolesTest extends KernelTestBase {