-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Small cleanup refactoring #903
Conversation
The integration test failure is because of the issue fixed in #913, not because of this PR. |
@Vinai, could you remove the last empty commit from this pull request? To re-run tests you just need to click "Restart Job" button on job page (look at https://travis-ci.org/magento/magento2/jobs/45948063 for example). We would like to prevent empty commits in our development history. The other way to run tests on updated code is syncing your branch with latest changes from upstream repository. For more information see - https://help.github.com/articles/syncing-a-fork/ |
* Fix typo in method name * Change interpret method return value to conform with Layout\ReaderInterface
Sure, I updated the PR with a squashed commit. |
CR: passed |
Small cleanup refactoring (MAGETWO-32404)
[Epam] Extend functional test sprint 3 - MTO-102: [Test] Captcha on register customer - MTO-136: [Test] [Test] Captcha on Contact Us form - MTO-144: [Test] Captcha and lockout for Storefront login page - MTO-121: [Variation] Move Anchored Category with Products (cron is ON, "Update on Save") - MTO-134: [Variation] Add Simple Product with required Custom Options to Cart
This PR against the develop branch replaces #750.
It contains the following refactorings: