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 7b3237b commit fb6da89Copy full SHA for fb6da89
app/code/Magento/Wishlist/Test/Unit/DataProvider/Product/Collector/ButtonTest.php
@@ -87,7 +87,7 @@ public function testCollect()
87
$this->button->collect($productMock, $productRendererMock);
88
}
89
90
- public function testCollectEmptyExtnsionAttributes()
+ public function testCollectEmptyExtensionAttributes()
91
{
92
$productRendererMock = $this->getMockBuilder(ProductRenderInterface::class)
93
->disableOriginalConstructor()
0 commit comments