From 7ae847136b17c5a17ec59933d1a283a4a031798e Mon Sep 17 00:00:00 2001 From: Lee <8024370+millnut@users.noreply.github.com> Date: Tue, 19 Aug 2025 12:34:52 +0100 Subject: [PATCH] fix: [3.x] failing phpunit test (#881) * fix: failing phpunit test * fix: failing phpunit test * fix: failing phpunit test * fix: failing phpunit test * fix: failing phpunit test --- tests/src/Functional/LocalGovUpdateTest.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tests/src/Functional/LocalGovUpdateTest.php b/tests/src/Functional/LocalGovUpdateTest.php index 97ff5d7..9908dc0 100644 --- a/tests/src/Functional/LocalGovUpdateTest.php +++ b/tests/src/Functional/LocalGovUpdateTest.php @@ -20,9 +20,15 @@ class LocalGovUpdateTest extends UpdatePathTestBase { // Missing schema: // - 'content.location.settings.reset_map.position'. // - 'content.location.settings.weight'. + 'core.entity_view_display.localgov_geo.address.default', + 'core.entity_view_display.localgov_geo.address.embed', + 'core.entity_view_display.localgov_geo.address.full', 'core.entity_view_display.localgov_geo.area.default', 'core.entity_view_display.localgov_geo.area.embed', 'core.entity_view_display.localgov_geo.area.full', + 'core.entity_view_display.geo_entity.address.default', + 'core.entity_view_display.geo_entity.address.embed', + 'core.entity_view_display.geo_entity.address.full', 'core.entity_view_display.geo_entity.area.default', 'core.entity_view_display.geo_entity.area.embed', 'core.entity_view_display.geo_entity.area.full', @@ -57,6 +63,8 @@ class LocalGovUpdateTest extends UpdatePathTestBase { // Incorrect schema: // - scheduled_transitions.settings:retain_processed.duration. 'scheduled_transitions.settings', + // Missing schema: + 'views.view.localgov_directory_channel', ]; /**