Closed (fixed)
Project:
Domain
Version:
3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
17 Feb 2026 at 19:28 UTC
Updated:
3 Mar 2026 at 22:15 UTC
Jump to comment: Most recent
It's all in the title.
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 #4
mably commentedAdded
#[Group]and#[RunTestsInSeparateProcesses]PHPUnit attributes to all 92 test classes across all sub-modules (domain, domain_access, domain_alias, domain_config, domain_config_ui, domain_content, domain_source).Changes
use PHPUnit\Framework\Attributes\Group;anduse PHPUnit\Framework\Attributes\RunTestsInSeparateProcesses;import statements to all test files#[Group('group_name')]attribute matching the existing@groupannotation on every test class (both kept for Drupal 10.6/PHPUnit 9 backward compatibility)#[RunTestsInSeparateProcesses]attribute on all Functional, FunctionalJavascript, and Kernel test classes (required by Drupal 11.3+)#[Group]— no#[RunTestsInSeparateProcesses]neededTest results
All 133 tests pass (3560 assertions) across all 7 sub-modules: