-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fixing a test for Magento Newsletter. #19366
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
Fixing a test for Magento Newsletter. #19366
Conversation
Hi @tiagosampaio. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@tiagosampaio how this test is broken? |
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.
Hi @tiagosampaio Thanks for your contribution
Hi @rodrigowebjump, thank you for the review. |
Hi @rodrigowebjump! Thank you for the review. |
@orlangur the problem occurred because the constructor is being considered. By running the phpunit directly you can check this error out.
The tests will break.
|
@tiagosampaio suspected something like that) Please put such kind of information to the description so that error can be easily reproduced by QA engineers. Wondering, how many such non-runnable separately tests we have. |
Hi @nuzil, thank you for the review. |
@orlangur I just added the description. I've checked here and some others are breaking. I'll create a pull request for them too. |
Hi @tiagosampaio. Thank you for your contribution. |
Fixing a test for Magento Newsletter.
Description
The problem occurred because the constructor is being considered. By running the phpunit directly you can check this error out.
The tests will break.
Contribution checklist (*)