示例#1
0
 protected function setUp()
 {
     parent::setUp();
     $this->initClient();
     $this->loadFixtures(['OroCRM\\Bundle\\MagentoBundle\\Tests\\Functional\\Fixture\\LoadMagentoChannel']);
     $this->transport = $this->getMock('OroCRM\\Bundle\\MagentoBundle\\Provider\\Transport\\MagentoTransportInterface');
     $this->getContainer()->get('akeneo_batch.job_repository')->getJobManager()->beginTransaction();
 }
示例#2
0
 protected function setUp()
 {
     parent::setUp();
     $this->initClient();
     $this->dropBatchJobs();
     $this->loadFixtures(['OroCRM\\Bundle\\MagentoBundle\\Tests\\Functional\\Fixture\\LoadMagentoChannel']);
     $this->transport = $this->getMock('OroCRM\\Bundle\\MagentoBundle\\Provider\\Transport\\MagentoTransportInterface');
 }