Skip to content

Commit c849b07

Browse files
committed
MAGETWO-70993: Revert MAGETWO-57153 from 2.1.8 release
1 parent a7154c8 commit c849b07

File tree

1 file changed

+0
-2
lines changed
  • app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization

1 file changed

+0
-2
lines changed

app/code/Magento/Catalog/Test/Unit/Controller/Adminhtml/Product/Initialization/HelperTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
namespace Magento\Catalog\Test\Unit\Controller\Adminhtml\Product\Initialization;
77

88
use Magento\Catalog\Api\Data\ProductLinkInterfaceFactory;
9-
use Magento\Catalog\Api\ProductRepositoryInterface\Proxy as ProductRepository;
109
use Magento\Catalog\Api\ProductRepositoryInterface as ProductRepository;
1110
use Magento\Catalog\Controller\Adminhtml\Product\Initialization\Helper;
1211
use Magento\Catalog\Controller\Adminhtml\Product\Initialization\StockDataFilter;
@@ -290,7 +289,6 @@ private function assembleProductMock($links = [])
290289
$this->productMock->expects($this->once())
291290
->method('addData')
292291
->with($productData);
293-
$this->productMock->expects($this->once())
294292
$this->productMock->expects($this->any())
295293
->method('getSku')
296294
->willReturn('sku');

0 commit comments

Comments
 (0)