Skip to content

Commit a2b8a72

Browse files
committed
MAGETWO-57153: [Backport] - [Github] Custom options not displayed correctly on a store view level #2908 #5885 - for 2.1
1 parent 54632c0 commit a2b8a72

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,6 @@ public function testInitialize()
314314
->method('getProductLinks')
315315
->willReturn([]);
316316

317-
318317
$this->linkTypeProviderMock->expects($this->once())
319318
->method('getItems')
320319
->willReturn($this->assembleLinkTypes(['related', 'upsell', 'crosssell']));

0 commit comments

Comments
 (0)