-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[FrameworkBundle] Rename service notifier.logger_notification_listener
to notifier.notification_logger_listener
#48678
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
ker0x
commented
Dec 16, 2022
Q | A |
---|---|
Branch? | 6.3 |
Bug fix? | no |
New feature? | yes |
Deprecations? | yes |
Tickets | Fix #48519 |
License | MIT |
Doc PR | - |
notifier.logger_notification_listener
to notifier.notification_logger_listener
f09d8e5
to
278e1de
Compare
I'm moot here. Is this possibly used directly by anyone? If not can't we take a shortcut and change the name on 6.1? |
Possibly some |
*/ | ||
public function testNotifierAssertion() | ||
{ | ||
$this->expectDeprecation('Since symfony/framework-bundle 6.3: The "notifier.logger_notification_listener" service is deprecated, use "notifier.notification_logger_listener" instead.'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A legacy test is one that should be removed in 7.0
Since that's not the case here, it means something is missing to not trigger the deprecation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was unable to determine how to not trigger the depreciation, some help would be appreciated 😕!
…er` to `notifier.notification_logger_listener`
91811c8
to
fcbfbb1
Compare
Thank you @ker0x. |