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 e71c140 commit 34bb0aeCopy full SHA for 34bb0ae
app/code/Magento/Swatches/Test/Unit/Helper/DataTest.php
@@ -111,9 +111,11 @@ protected function setUp()
111
);
112
113
$this->attributeMock = $this->getMockBuilder(Attribute::class)
114
- ->disableOriginalConstructor();
+ ->disableOriginalConstructor()
115
+ ->getMock();
116
$this->metaDataPoolMock = $this->getMockBuilder(MetadataPool::class)
117
118
119
120
$serializer = $this->getMock(
121
\Magento\Framework\Serialize\Serializer\Json::class,
0 commit comments