I answered the wrong question because it is related to the fact that I will save it, here's how to resolve
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /var/www/magento/vendor/phpunit
/phpunit/src/Util/Printer.php:172) in /var/www/magento/app/code/core/Mage/Core/Model/Session/Abstract/Varien.php on line 125
, , , , :
class Namespace_OrderMigration_Test_Controller_OrderController extends EcomDev_PHPUnit_Test_Case_Controller
{
public function setUp()
{
}
public function testListAction()
{
$this->dispatch('migration/order/list');
$this->assertRequestRoute($route);
}
}
, EcomDev_PHPUnit_Test_Case_Controller::setUp() cookie , , parent::setUp();.
public function setUp()
{
parent::setUp();
}
, , setUp, , . , , .
, @ cookie - PHPUnit/Laravel, , @session_start