Skip to content

Conversation

@millnut
Copy link
Member

@millnut millnut commented Aug 14, 2025

What does this change?

Fixes #879 the following error on the workflow tests

1) Drupal\Tests\localgov\Functional\LocalGovUpdateTest::testUpdate
There should be no errors in configuration 'core.entity_view_display.geo_entity.address.default'. Errors:
Schema key core.entity_view_display.geo_entity.address.default:content.location.settings.leaflet_markercluster.excluded failed with: missing schema

Failed asserting that Array &0 (
    'core.entity_view_display.geo_entity.address.default:content.location.settings.leaflet_markercluster.excluded' => 'missing schema'
) is true.

and then following errors, e.g.

Failed asserting that Array &0 (
    'core.entity_view_display.localgov_geo.address.default:content.location.settings.leaflet_markercluster.excluded' => 'missing schema'
) is true.

Failed asserting that Array &0 (
    'views.view.localgov_directory_channel:display.embed_map.display_options.style.options.view_mode' => 'missing schema'
) is true.

@millnut millnut changed the title fix: failing phpunit test fix: [3.x] failing phpunit test Aug 14, 2025
@millnut millnut marked this pull request as ready for review August 14, 2025 16:32
@stephen-cox stephen-cox self-requested a review August 19, 2025 11:33
Copy link
Member

@stephen-cox stephen-cox left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests are passing 🙂

@tonypaulbarker tonypaulbarker merged commit 7ae8471 into 3.x Aug 19, 2025
12 of 13 checks passed
@tonypaulbarker tonypaulbarker deleted the fix/3.x/fix-failing-test branch August 19, 2025 11:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Failed PHPUnit test

4 participants