Closed (fixed)
Project:
Element Multiple
Version:
1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2026 at 07:35 UTC
Updated:
6 Apr 2026 at 08:50 UTC
Jump to comment: Most recent
The scheduled CI pipeline on the 1.x branch fails against Drupal 11.3+ due to two issues:
#[RunTestsInSeparateProcesses] PHP attribute. Without it, the Symfony deprecation handler reports a failure.form-type-{type} CSS classes to form item wrappers (e.g., form-type-textfield, form-type-number). Two responseContains() assertions in ElementMultipleTest matched exact HTML class strings that no longer match the updated output.#[RunTestsInSeparateProcesses] attribute and its use import to ElementMultipleTest.responseContains() assertions with CSS selector-based elementExists() assertions that check for the required classes without being sensitive to additional classes Drupal core may add in the future.None
None
None
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
facine commentedComment #5
facine commented