From 171f8cf02847f663261c5f2b406d30cdfedd7508 Mon Sep 17 00:00:00 2001 From: Jonathan Hunt Date: Wed, 30 Oct 2024 14:19:47 +1300 Subject: [PATCH] #6 Declare compatibility with Drupal 11, test against stable theme --- tests/src/Functional/LoadTest.php | 2 ++ views_nested_details.info.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/src/Functional/LoadTest.php b/tests/src/Functional/LoadTest.php index 9a848a8..df6aaac 100644 --- a/tests/src/Functional/LoadTest.php +++ b/tests/src/Functional/LoadTest.php @@ -11,6 +11,8 @@ */ class LoadTest extends BrowserTestBase { + protected $defaultTheme = 'stable'; + /** * Modules to enable. * diff --git a/views_nested_details.info.yml b/views_nested_details.info.yml index 0018044..143ddcd 100644 --- a/views_nested_details.info.yml +++ b/views_nested_details.info.yml @@ -1,7 +1,7 @@ name: 'Nested Details View Style Plugin' type: module description: 'Nested Details View Style Plugin' -core_version_requirement: '^9 || ^10' +core_version_requirement: ^10 || ^11 package: 'Islandora' dependencies: - drupal:views