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 097518f commit dd0fe27Copy full SHA for dd0fe27
app/code/Magento/CatalogWidget/Test/Unit/Block/Product/ProductsListTest.php
@@ -464,7 +464,7 @@ public function testTrimHtml()
464
465
$collection = $this->getCollection();
466
$this->getConditionsForCollection($collection);
467
- $this->productsList->setDat('html', ' ');
+ $this->productsList->setData('html', ' ');
468
469
$this->assertEquals('', $this->productsList->toHtml());
470
}
0 commit comments