Closed (fixed)
Project:
Drupal core
Version:
11.3.x-dev
Component:
contact.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
7 Nov 2025 at 16:20 UTC
Updated:
2 Feb 2026 at 03:22 UTC
Jump to comment: Most recent
Comments
Comment #2
andypostComment #3
andypostLooks like it needs new config and content entities to replicate the test
Comment #5
andypostUsed to introduce new config entity to mimic Contact form
Comment #6
smustgrave commentedShould this be expanded to cover the other 2 tests in the core/tests folder using contact?
Comment #7
berdirLets keep this focused on this test. Changes make sense.
The bundle deleting test seems a little but strange, that doesn't really test that validator, that doesn't care about null storage, it just indirectly tests the getQuery() implementation of the null storage, which I guess doesn't hurt. maybe there was a specific bug there in the past.
There are already other issues in the meta issue for the dialog/ajax test, I think we might be missing one for ExtensionAvailableConstraintValidatorTest.php.
Comment #8
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x, thanks!
Comment #14
larowlanFYI this broke HEAD on DER - #3570942: Failing update path tests in HEAD because the new entity type doesn't exist in our tests dumps that use entity_test module - I guess that's on us for using entity_test for our update tests