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 3b3cab4 commit 1704602Copy full SHA for 1704602
app/code/Magento/Eav/Test/Unit/Model/Entity/AttributeLoaderTest.php
@@ -84,7 +84,8 @@ public function testLoadAllAttributes()
84
85
public function testLoadAllAttributesAttributeCodesPresentInDefaultAttributes()
86
{
87
- $attributeMock = $this->createPartialMock(\Magento\Eav\Model\Attribute::class,
+ $attributeMock = $this->createPartialMock(
88
+ \Magento\Eav\Model\Attribute::class,
89
[
90
'setAttributeCode',
91
'setBackendType',
0 commit comments