Problem/Motivation
Domain 4.x requires 11.4, so phpunit tests are discovered through #[Group] Attributes.
Steps to reproduce
Notice test files have both a @group annotation and a #[Group] Attribute, see for example: https://git.drupalcode.org/project/domain/-/blob/3.x/domain/tests/src/Fu...
Proposed resolution
Remove @group annotation from test files
Remaining tasks
- Write a merge request
- Review
- Commit
User interface changes
None
API changes
None
Data model changes
None
AI-Generated: Yes (Claude Code was used to help draft this issue summary and to write the code and tests on the merge request. I reviewed and ran the work myself before posting it.)
Issue fork domain-3615901
Show commands
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 commentedComment #5
mably commentedComment #6
idebr commentedComment #8
mably commentedThanks @idebr for the review!