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 fb9d864 commit bcd26a8Copy full SHA for bcd26a8
app/code/Meta/Conversion/Test/Unit/Observer/AddToCartTest.php
@@ -100,6 +100,7 @@ public function testAddToCartEventCreated()
100
$this->request->method('getParam')->willReturn($sku);
101
$this->magentoDataHelper->method('getProductBySku')->willReturn($product);
102
$this->magentoDataHelper->method('getProductById')->willReturn($product);
103
+ $this->escaper->method('escapeUrl')->with(['Earphones'])->willReturn('Earphones');
104
105
$observer = new Observer(['eventId' => $eventId]);
106
0 commit comments