Skip to content

Commit

Permalink
add more mock functions
Browse files Browse the repository at this point in the history
  • Loading branch information
stentrop committed Sep 9, 2024
1 parent 443ca60 commit 1ec7fd5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Unit/Services/CheckoutServiceShippingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ public function it_gets_the_right_shipping_profiles($shippingList)

$this->currencyExchangeRepoMock->shouldReceive('getDefaultCurrency')->andReturn('EUR');


$this->currencyExchangeRepoMock->shouldReceive('getExchangeRatioByCurrency');

$shippingProfileList = $this->checkoutService->getShippingProfileList();


Expand Down

0 comments on commit 1ec7fd5

Please sign in to comment.