Skip to content

Commit

Permalink
Prepare stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbager committed Apr 29, 2018
1 parent 871af81 commit 3e5197e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/Entity/WishlistSpec.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ function it_adds_wishlist_product(WishlistProductInterface $wishlistProduct, Pro
{
$wishlistProduct->getProduct()->willReturn($product);

$wishlistProduct->setWishlist($this)->shouldBeCalled();

$this->hasWishlistProduct($wishlistProduct)->shouldReturn(false);

$this->addWishlistProduct($wishlistProduct);
Expand Down

0 comments on commit 3e5197e

Please sign in to comment.