Skip to content
Snippets Groups Projects
Commit 70e357d3 authored by Anton Kaplya's avatar Anton Kaplya
Browse files

MAGETWO-47402: All type products are available

parent 934f5d02
Branches
No related merge requests found
......@@ -30,6 +30,7 @@ class OrchestratorPoolTest extends \PHPUnit_Framework_TestCase
public function setUp()
{
$this->objectManagerMock = $this->getMockBuilder('Magento\Framework\ObjectManagerInterface')
->disableOriginalConstructor()
->getMock();
$this->writeOperationMock = $this->getMockBuilder('Magento\Framework\Model\Operation\WriteInterface')
->disableOriginalConstructor()
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment