EcomDev_PHPUnit
EcomDev_PHPUnit copied to clipboard
Running Controllertests for adminhtml and frontend with user sessions is not working
When running an adminhtml controllertest and in the next test a mocked user session is created the AdminGws Observer causes an error.
In Function \EcomDev_PHPUnit_Test_Case_Controller::reset we should also reset the area, so that in the next test the adminhtml area is not present.