-
Notifications
You must be signed in to change notification settings - Fork 132
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
33307: Eliminated AspectMock usage from GenerationErrorHandlerTest.php #841
33307: Eliminated AspectMock usage from GenerationErrorHandlerTest.php #841
Conversation
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.
Hello @anzin
Thank you for your PR.
It looks well for me.
Hello @jilu1 |
@andrewbess @anzin |
@magento import pull request to https://github.com/magento-commerce/magento2-functional-testing-framework |
@jilu1 the pull request successfully imported. |
$this->createMock(MftfApplicationConfig::class) | ||
->method('getPhase') | ||
->willReturn(MftfApplicationConfig::GENERATION_PHASE); |
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.
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.
@sivaschenko Thank you, for your suggestion. I had doubts about that. I will just remove that.
Description
I've eliminated AspectMock usage from
dev/tests/unit/Magento/FunctionalTestFramework/Util/GenerationErrorHandlerTest.php
Fixed Issues (if relevant)
1.Fixes magento/magento2#33307
Contribution checklist