Skip to content

Commit 86bee0b

Browse files
Yurii Hryhorievgemscng
Yurii Hryhoriev
authored andcommitted
MAGETWO-47698: [Github] Custom options not displayed correctly on a store view level magento#2908 magento#5885
- tests fix
1 parent 7409ae2 commit 86bee0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Catalog/Test/Unit/Model/Product/Option/RepositoryTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ protected function setUp()
8080
);
8181
$this->optionCollectionFactory = $this->getMockBuilder(CollectionFactory::class)
8282
->disableOriginalConstructor()
83+
->setMethods(['create'])
8384
->getMock();
8485
$metadataPool = $this->getMockBuilder(\Magento\Framework\EntityManager\MetadataPool::class)
8586
->disableOriginalConstructor()

0 commit comments

Comments
 (0)