-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Mailer] Adds assertEmailSubjectContains
and assertEmailSubjectNotContains
methods
#50200
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
edited
Q | A |
---|---|
Branch? | 5.4 |
Bug fix? | No |
New feature? | yes |
Deprecations? | No |
Tickets | Fix #49939 |
License | MIT |
Doc PR | symfony/symfony-docs#18269 |
Hey! Thanks for your PR. You are targeting branch "5.4" but it seems your PR description refers to branch "6.3 for features / 5.4 or 6.2 for bug fixes". Cheers! Carsonbot |
Sorry the labels are incorrect as i posted the pull request before updating the default message. |
6508101
to
77eacd9
Compare
Please rebase on 6.3 branch, we can merge this later in 6.4 once the branch is created. Thanks |
Okay will do why can i not target 5.4 as this is still maintained branch? https://symfony.com/doc/current/contributing/code/pull_requests.html#choose-the-right-branch or is it because this is seen as new feature? |
Exactly, this is a new feature and must target the latest branch 👍 |
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!
d6c20c1
to
a5bd838
Compare
src/Symfony/Component/Mime/Test/Constraint/EmailSubjectContains.php
Outdated
Show resolved
Hide resolved
assertEmailSubjectContains
and assertEmailSubjectNotContains
methods
Adds assertEmailSubjectContains and assertEmailSubjectNotContains
Thank you @JohJohan. |
This PR was merged into the 6.4 branch. Discussion ---------- [Mailer] Add new email testing functions Refs symfony/symfony#50200 Commits ------- 1904ba2 [Mailer] Add new email testing functions (fixes #50200)