We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e28cf1 commit ad5f6e0Copy full SHA for ad5f6e0
app/code/Magento/Catalog/Test/Unit/Model/Product/Option/RepositoryTest.php
@@ -80,6 +80,7 @@ protected function setUp()
80
);
81
$this->optionCollectionFactory = $this->getMockBuilder(CollectionFactory::class)
82
->disableOriginalConstructor()
83
+ ->setMethods(['create'])
84
->getMock();
85
$metadataPool = $this->getMockBuilder(\Magento\Framework\EntityManager\MetadataPool::class)
86
0 commit comments