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 467e062 commit 5a47b03Copy full SHA for 5a47b03
app/code/Magento/Rule/Test/Unit/Model/Condition/Product/AbstractProductTest.php
@@ -331,7 +331,7 @@ public function testPrepareValueOptions(
331
->willReturn($attributeObjectFrontendInput);
332
$attributeObjectMock->method('getSource')->willReturn($attrObjectSourceMock);
333
334
- $entityTypeMock = $this->getMockBuilder(\Magento\Framework\Model\AbstractModel\Type::class)
+ $entityTypeMock = $this->getMockBuilder(\Magento\Eav\Model\Entity\Type::class)
335
->setMethods(['getId'])
336
->disableOriginalConstructor()
337
->getMock();
0 commit comments