Closed (fixed)
Project:
EVA: Entity Views Attachment
Version:
3.1.x-dev
Component:
Code
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
8 Jan 2026 at 10:31 UTC
Updated:
22 Jan 2026 at 10:49 UTC
Jump to comment: Most recent
The eva_test test module ships field config that depends on core-owned storage:
field.field.node.mini.body.yml
- field.storage.node.body
Because of the change in Drupal 11.3 https://www.drupal.org/node/3540814
This breaks tests across Drupal minor versions:
Drupal 11.2: storage exists in core (test works correctly for this version)
Drupal 11.3+: storage was removed - config install fails with unmet dependencies
Adding field.storage.node.body to the test module will break 11.2
Check the Unit test pipeline for Drupal 11.3
Remove those dependencies as it not used in the test cases
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #2
vitaliyb98 commentedComment #4
vitaliyb98 commentedComment #5
vitaliyb98 commentedMerged it as there were minor changes in the tests.
Comment #7
vitaliyb98 commented