From 70e357d36219a4eac49cb9656b3cbb83e9504afb Mon Sep 17 00:00:00 2001 From: Anton Kaplya <anton.kaplya@magento.com> Date: Wed, 27 Jan 2016 00:34:26 +0200 Subject: [PATCH] MAGETWO-47402: All type products are available --- .../Magento/Framework/Model/Test/Unit/OrchestratorPoolTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/internal/Magento/Framework/Model/Test/Unit/OrchestratorPoolTest.php b/lib/internal/Magento/Framework/Model/Test/Unit/OrchestratorPoolTest.php index 2a22ac8fc7f..9b4a39e8870 100644 --- a/lib/internal/Magento/Framework/Model/Test/Unit/OrchestratorPoolTest.php +++ b/lib/internal/Magento/Framework/Model/Test/Unit/OrchestratorPoolTest.php @@ -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() -- GitLab