From da6db24aaae565b409264cfe7e02f1dcde8cbf01 Mon Sep 17 00:00:00 2001 From: Finn Date: Thu, 12 Oct 2023 13:57:29 +0100 Subject: [PATCH] Add @requires group to the test that depends on group module. --- .../group_alert_banner/tests/src/Kernel/GroupAlertBannerTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/group_alert_banner/tests/src/Kernel/GroupAlertBannerTest.php b/modules/group_alert_banner/tests/src/Kernel/GroupAlertBannerTest.php index c0487e9..8f38ab8 100644 --- a/modules/group_alert_banner/tests/src/Kernel/GroupAlertBannerTest.php +++ b/modules/group_alert_banner/tests/src/Kernel/GroupAlertBannerTest.php @@ -12,6 +12,7 @@ class GroupAlertBannerTest extends GroupKernelTestBase { /** * Tests that Group specific banners remain limited to their groups. * + * @requires module group * - Creates two groups. * - Creates two Alert banners. One for each group. * - Loads all banners for each group.