Skip to content

Commit f3ad7df

Browse files
toddbcbgiamarino
authored andcommitted
Revert "Remove absent helper method"
This reverts commit dee87fe.
1 parent 00bdd11 commit f3ad7df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Meta/Conversion/Test/Unit/Observer/AddToCartTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ public function testAddToCartEventCreated()
9090
$product->setName('Earphones');
9191
$this->request->method('getParam')->willReturn($sku);
9292
$this->magentoDataHelper->method('getProductBySku')->willReturn($product);
93+
$this->magentoDataHelper->method('getProductById')->willReturn($product);
9394

9495
$observer = new Observer(['eventId' => $eventId]);
9596

0 commit comments

Comments
 (0)