From 476aabebd6d401cc2226c903af009561b54b7ec2 Mon Sep 17 00:00:00 2001 From: Lee Mills Date: Fri, 15 Aug 2025 16:51:23 +0100 Subject: [PATCH 1/2] fix: testing on Drupal 11.2 by testing with the localgov profile --- tests/src/Functional/ParagraphsAdministrationTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/src/Functional/ParagraphsAdministrationTest.php b/tests/src/Functional/ParagraphsAdministrationTest.php index d9496c1..843512c 100644 --- a/tests/src/Functional/ParagraphsAdministrationTest.php +++ b/tests/src/Functional/ParagraphsAdministrationTest.php @@ -31,6 +31,11 @@ class ParagraphsAdministrationTest extends ParagraphsTestBase { 'localgov_paragraphs', ]; + /** + * {@inheritdoc} + */ + protected $profile = 'localgov'; + /** * Tests the LocalGovDrupal core paragraph types. */ From 6399aaea1c0f74c1ecf54f1d94f4b831b5302365 Mon Sep 17 00:00:00 2001 From: Lee Mills Date: Sat, 16 Aug 2025 15:03:06 +0100 Subject: [PATCH 2/2] fix: testing on Drupal 11.2 by testing with the localgov profile --- tests/src/Functional/ContactEditTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/src/Functional/ContactEditTest.php b/tests/src/Functional/ContactEditTest.php index f7a7ae3..53917fc 100644 --- a/tests/src/Functional/ContactEditTest.php +++ b/tests/src/Functional/ContactEditTest.php @@ -21,6 +21,11 @@ class ContactEditTest extends BrowserTestBase { 'paragraphs_library', ]; + /** + * {@inheritdoc} + */ + protected $profile = 'localgov'; + /** * {@inheritdoc} *