How to use different config settings in Magento integration tests?
I want to use Magento’s integration test suite to test some of my customizations. My code calls an external web API, which has different URLs depending of the environment which is used. My module’s config.xml looks like this: <?xml version=”1.0″?>… Read More »How to use different config settings in Magento integration tests?