You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 11, 2022. It is now read-only.
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');