diff --git a/core_search_facets/src/Tests/HooksTest.php b/core_search_facets/src/Tests/HooksTest.php index d43a4ca..bc9572d 100644 --- a/core_search_facets/src/Tests/HooksTest.php +++ b/core_search_facets/src/Tests/HooksTest.php @@ -8,7 +8,7 @@ use Drupal\field\Entity\FieldStorageConfig; /** * Tests integration of hooks. * - * @group core_search_facets + * @group facets */ class HooksTest extends WebTestBase { diff --git a/core_search_facets/src/Tests/IntegrationTest.php b/core_search_facets/src/Tests/IntegrationTest.php index 085ca3e..8d46927 100644 --- a/core_search_facets/src/Tests/IntegrationTest.php +++ b/core_search_facets/src/Tests/IntegrationTest.php @@ -8,7 +8,7 @@ use Drupal\node\Entity\Node; /** * Tests the admin UI with the core search facet source. * - * @group core_search_facets + * @group facets */ class IntegrationTest extends WebTestBase {