-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add unit tests #35847
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
[Notifier] Add unit tests #35847
Conversation
9ee32aa
to
ad284de
Compare
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.
thanks for starting this
I suppose these don't apply on 5.0? if they do, the PR should target 5.0.
src/Symfony/Component/Notifier/Tests/Channel/AbstractChannelTest.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Tests/Channel/AbstractChannelTest.php
Outdated
Show resolved
Hide resolved
I would like to add tests for the If you are fine with only merging What do you think? |
Yes please: tests that run on 5.0 should be submitted there. Then tests for new notifiers should go on master. |
3444d60
to
af0d162
Compare
af0d162
to
022c170
Compare
(failures unrelated, needs review) |
Thank you @jschaedl. |
AbstractChannel
ChannelPolicy
RecipientTest
(done in PR [Notifier] Change notifier recipient handling #35773)EmailRecipientTest
(done in PR [Notifier] Change notifier recipient handling #35773)SmsRecipientTest
(done in PR [Notifier] Change notifier recipient handling #35773)Transports
(see PR [Notifier] Remove default transport property in Transports class #35834)