The solution is quite simple - add to dev\tests\integration\framework\Magento\Test\TestCase\ControllerAbstract.php protected function setUp() { //must unregister, otherwise conttoller tests fails Mage::unregister('controller');
The solution is quite simple - add to dev\tests\integration\framework\Magento\Test\TestCase\ControllerAbstract.php
protected function setUp()
{
//must unregister, otherwise conttoller tests fails
Mage::unregister('controller');