Problem/Motivation
Since symfony/dependency-injection 7.4: Service id "Drupal\Core\ExampleClass" looks like a FQCN but no corresponding class or interface exists.
This only affects a test case.
Steps to reproduce
Proposed resolution
Replace the Drupal\Core\ExampleClass reference with a real class (perhaps we can just use the name of the test class)
Remaining tasks
User interface changes
Introduced terminology
API changes
Data model changes
Release notes snippet
Issue fork drupal-3555531
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:
- 3555531-since-symfonydependency-injection-7.4
changes, plain diff MR !13855
Comments
Comment #4
quietone commentedComment #5
godotislateTests are passing, and changes look fine to me.
Comment #6
catchCommitted/pushed to 11.x and cherry-picked to 11.3.x., thanks!