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

Command icon 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

longwave created an issue. See original summary.

quietone made their first commit to this issue’s fork.

quietone’s picture

Status: Active » Needs review
godotislate’s picture

Status: Needs review » Reviewed & tested by the community

Tests are passing, and changes look fine to me.

catch’s picture

Version: 11.x-dev » 11.3.x-dev
Status: Reviewed & tested by the community » Fixed

Committed/pushed to 11.x and cherry-picked to 11.3.x., thanks!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

  • catch committed eb8f115c on 11.3.x
    fix: #3555531 Since symfony/dependency-injection 7.4: Service id...

  • catch committed 15ad9420 on 11.x
    fix: #3555531 Since symfony/dependency-injection 7.4: Service id...

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.