Skip to content

Commit ad5f6e0

Browse files
author
Yurii Hryhoriev
committed
MAGETWO-47698: [Github] Custom options not displayed correctly on a store view level #2908 #5885
- tests fix
1 parent 4e28cf1 commit ad5f6e0

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)