diff --git a/core/tests/Drupal/KernelTests/Core/Entity/EntityEventsTest.php b/core/tests/Drupal/KernelTests/Core/Entity/EntityEventsTest.php index 8c1eefe..115eece 100644 --- a/core/tests/Drupal/KernelTests/Core/Entity/EntityEventsTest.php +++ b/core/tests/Drupal/KernelTests/Core/Entity/EntityEventsTest.php @@ -5,6 +5,9 @@ use Drupal\entity_test\Entity\EntityTest; use Drupal\KernelTests\KernelTestBase; +/** + * @group Entity + */ class EntityEventsTest extends KernelTestBase { /**