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 623f58a commit 5835e88Copy full SHA for 5835e88
app/code/Magento/Catalog/Test/Unit/Block/Product/ListProductTest.php
@@ -217,7 +217,7 @@ public function testGetAddToCartPostParams()
217
->will($this->returnValue(true));
218
$this->cartHelperMock->expects($this->any())
219
->method('getAddUrl')
220
- ->with($this->equalTo($this->productMock), $this->equalTo([]))
+ ->with($this->equalTo($this->productMock), $this->equalTo(['_escape' => false]))
221
->will($this->returnValue($url));
222
$this->productMock->expects($this->once())
223
->method('getEntityId')
0 commit comments