Closed
Description
By default, I disable a lot of modules in my Magento setup, simply because I don't need them and I wish to spare my resources for the modules that I do need.
But I am currently in the situation where my integration test suite always runs with all modules enabled, whereas I want the suite to run again the same configuration is my store (so with a bunch of modules disabled).
A simple example: I don't use the Vertex_Tax
-module so I have disabled it, but now my integration test suite is failing because some interceptors of this module expect some data to be populated:
Error: Call to undefined method Magento\Customer\Api\Data\CustomerExtension::setVertexCustomerCode()
Preconditions
- Install Magento 2.2.4
Steps to reproduce
- Disable some modules
- Run the integration test suite (or run your own)
Expected result
The integration test suite should respect the enabled / disabled module status.
Actual result
The integration test suite enables all modules.
Metadata
Metadata
Assignees
Labels
The issue has been fixed in 2.2 release lineThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentIndicates that Pull Request has been created to fix issueThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release