Skip to content

Commit 52dbaf7

Browse files
authored
fix: [3.2.x] failing phpunit test (#882)
* fix: failing phpunit test * fix: failing phpunit test * fix: failing phpunit test * revert: allow Drupal 11.2 installs
1 parent 72636c9 commit 52dbaf7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/src/Functional/LocalGovUpdateTest.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,15 @@ class LocalGovUpdateTest extends UpdatePathTestBase {
2020
// Missing schema:
2121
// - 'content.location.settings.reset_map.position'.
2222
// - 'content.location.settings.weight'.
23+
'core.entity_view_display.localgov_geo.address.default',
24+
'core.entity_view_display.localgov_geo.address.embed',
25+
'core.entity_view_display.localgov_geo.address.full',
2326
'core.entity_view_display.localgov_geo.area.default',
2427
'core.entity_view_display.localgov_geo.area.embed',
2528
'core.entity_view_display.localgov_geo.area.full',
29+
'core.entity_view_display.geo_entity.address.default',
30+
'core.entity_view_display.geo_entity.address.embed',
31+
'core.entity_view_display.geo_entity.address.full',
2632
'core.entity_view_display.geo_entity.area.default',
2733
'core.entity_view_display.geo_entity.area.embed',
2834
'core.entity_view_display.geo_entity.area.full',
@@ -57,6 +63,8 @@ class LocalGovUpdateTest extends UpdatePathTestBase {
5763
// Incorrect schema:
5864
// - scheduled_transitions.settings:retain_processed.duration.
5965
'scheduled_transitions.settings',
66+
// Missing schema:
67+
'views.view.localgov_directory_channel',
6068
];
6169

6270
/**

0 commit comments

Comments
 (0)