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 64ecbe5 commit 5915143Copy full SHA for 5915143
app/code/Magento/Swatches/Test/Unit/Helper/MediaTest.php
@@ -166,6 +166,7 @@ public function testGenerateSwatchVariations()
166
$this->imageFactoryMock->expects($this->any())->method('create')->willReturn($image);
167
$this->generateImageConfig();
168
$image->expects($this->any())->method('resize')->will($this->returnSelf());
169
+ $image->expects($this->atLeastOnce())->method('backgroundColor')->with([255, 255, 255])->willReturnSelf();
170
$this->mediaHelperObject->generateSwatchVariations('/e/a/earth.png');
171
}
172
0 commit comments