diff --git a/scheduler_content_moderation_integration/tests/src/Kernel/ConstraintTestBase.php b/scheduler_content_moderation_integration/tests/src/Kernel/ConstraintTestBase.php index 47d1905..7035dca 100644 --- a/scheduler_content_moderation_integration/tests/src/Kernel/ConstraintTestBase.php +++ b/scheduler_content_moderation_integration/tests/src/Kernel/ConstraintTestBase.php @@ -8,6 +8,8 @@ use Drupal\workflows\Entity\Workflow; /** * Base class for the Scheduler Content Moderation validator constraint tests. + * + * @group scheduler */ class ConstraintTestBase extends KernelTestBase { diff --git a/scheduler_content_moderation_integration/tests/src/Kernel/PublishedStateConstraintTest.php b/scheduler_content_moderation_integration/tests/src/Kernel/PublishedStateConstraintTest.php index f420577..426249e 100644 --- a/scheduler_content_moderation_integration/tests/src/Kernel/PublishedStateConstraintTest.php +++ b/scheduler_content_moderation_integration/tests/src/Kernel/PublishedStateConstraintTest.php @@ -9,7 +9,7 @@ use Drupal\node\Entity\Node; * * @coversDefaultClass \Drupal\scheduler_content_moderation_integration\Plugin\Validation\Constraint\PublishStateConstraintValidator * - * @group scheduler_content_moderation_integration + * @group scheduler */ class PublishedStateConstraintTest extends ConstraintTestBase { diff --git a/scheduler_content_moderation_integration/tests/src/Kernel/UnPublishedStateConstraintTest.php b/scheduler_content_moderation_integration/tests/src/Kernel/UnPublishedStateConstraintTest.php index 2db7af4..a88e830 100644 --- a/scheduler_content_moderation_integration/tests/src/Kernel/UnPublishedStateConstraintTest.php +++ b/scheduler_content_moderation_integration/tests/src/Kernel/UnPublishedStateConstraintTest.php @@ -12,7 +12,7 @@ use Drupal\workflows\Entity\Workflow; * * @coversDefaultClass \Drupal\scheduler_content_moderation_integration\Plugin\Validation\Constraint\UnPublishStateConstraintValidator * - * @group scheduler_content_moderation_integration + * @group scheduler */ class UnPublishedStateConstraintTest extends ConstraintTestBase {