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 00bdd11 commit f3ad7dfCopy full SHA for f3ad7df
app/code/Meta/Conversion/Test/Unit/Observer/AddToCartTest.php
@@ -90,6 +90,7 @@ public function testAddToCartEventCreated()
90
$product->setName('Earphones');
91
$this->request->method('getParam')->willReturn($sku);
92
$this->magentoDataHelper->method('getProductBySku')->willReturn($product);
93
+ $this->magentoDataHelper->method('getProductById')->willReturn($product);
94
95
$observer = new Observer(['eventId' => $eventId]);
96
0 commit comments