Closed (fixed)
Project:
Drupal core
Version:
main
Component:
phpunit
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 May 2026 at 19:28 UTC
Updated:
23 May 2026 at 06:15 UTC
Jump to comment: Most recent
#3486376: Extend Symfony DebugClassLoader to report missing cross-module @return types introduced some fixtures in the same file where DrupalDebugClassLoaderTest is coded.
This causes undesired false positives in PHPStan and Rector scans.
Move the fixtures to a separate file in the fixtures directory.
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 #3
mondrakeComment #4
smustgrave commentedSeems like a good move
Comment #7
catchCommitted/pushed to main, thanks!