-
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
#865: add getParams/setParam to RequestInterface #1053
#865: add getParams/setParam to RequestInterface #1053
Conversation
@ashsmith Thanks for providing this pull request. In order for us to accept the PR we would need the Travis CI tests to pass though.
After making these changes, please make sure that there aren't any other issues identified by TravisCI. |
Working on fixing the failing tests. Didn't realise quite how many would be affected by this change. |
…thub.com:ashsmith/magento2 into 865-add-getParams-setParams-to-request-interface Conflicts: dev/tests/unit/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Action/Attribute/SaveTest.php
Okay, I've updated the tests. I'm getting one failure locally that I can't debug where |
@ashsmith I've resolved the merge conflicts that exist and am submitting an internal PR for your code. This should allow us to accept your PR next week! I didn't see any errors related to |
@otoolec It was when running locally. I have a feeling it's to do with my local dev. I'll rebuild my vm tonight and run it again to be sure. |
…erface magento#865 magento#1053 Merge branch '865-add-getParams-setParams-to-request-interface' of git://github.com/ashsmith/magento2 into ashsmith-865-add-getParams-setParams-to-request-interface Conflicts: dev/tests/unit/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Action/Attribute/SaveTest.php dev/tests/unit/testsuite/Magento/Checkout/Helper/CartTest.php dev/tests/unit/testsuite/Magento/Checkout/Model/Type/OnepageTest.php dev/tests/unit/testsuite/Magento/Customer/Controller/Account/CreateTest.php dev/tests/unit/testsuite/Magento/Customer/Controller/Account/LoginPostTest.php dev/tests/unit/testsuite/Magento/Customer/Controller/Adminhtml/Index/IndexTest.php dev/tests/unit/testsuite/Magento/Customer/Controller/Ajax/LoginTest.php dev/tests/unit/testsuite/Magento/Customer/Model/Metadata/Form/FileTest.php dev/tests/unit/testsuite/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/LinkTest.php dev/tests/unit/testsuite/Magento/Downloadable/Controller/Adminhtml/Downloadable/Product/Edit/SampleTest.php dev/tests/unit/testsuite/Magento/Downloadable/Controller/Download/LinkTest.php dev/tests/unit/testsuite/Magento/Framework/App/Action/ActionTest.php dev/tests/unit/testsuite/Magento/Framework/App/Router/NoRouteHandlerTest.php dev/tests/unit/testsuite/Magento/Framework/Controller/Result/ForwardTest.php dev/tests/unit/testsuite/Magento/Framework/UrlTest.php
…erface magento#865 magento#1053 - Remove RequestInterface::getParam from obsolete_methods since it still exists - Move getCookie to PhpEnvironment\Request
Implemented task: - MAGETWO-66374 Add @api annotation
…reate new customer with the email of already existent user #1053 - Merge Pull Request magento/graphql-ce#1053 from magento/graphql-ce:createCustomer-test-coverage - Merged commits: 1. fe89ce4
…reate new customer with the email of already existent user #1053
As per issue #865, the getParams and setParams method is missing from the RequestInterface. Which are methods relied upon heavily in app/code/Magento/*.