You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #44104 [FrameworkBundle] Fix API gateway service name (jderusse)
This PR was merged into the 5.3 branch.
Discussion
----------
[FrameworkBundle] Fix API gateway service name
| Q | A
| ------------- | ---
| Branch? | 5.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
| Doc PR |
Partially revert https://github.com/symfony/symfony/pull/44050/files to restore original names for services.
- Changing the name could be a BC break
- this is not consistent with other services
- it breaks our test suite
Symfony\Bundle\FrameworkBundle\Tests\DependencyInjection\PhpFrameworkExtensionTest::testIfNotifierTransportsAreKnownByFrameworkExtension
> Did you forget to add the "GatewayApi" TransportFactory to the $classToServices array in FrameworkExtension?
> Failed asserting that false is true.
Commits
-------
ba6126f Fix API gateway service name
0 commit comments