Skip to content

Commit

Permalink
Preapre stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbager committed Apr 29, 2018
1 parent 4b584b9 commit 27f6389
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions tests/Behat/Context/Setup/WishlistContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ public function __construct(
EntityManagerInterface $productTaxonManager,
CookieSetterInterface $cookieSetter,
string $wishlistCookieId
)
{
) {
$this->productRepository = $productRepository;
$this->wishlistContext = $wishlistContext;
$this->wishlistProductFactory = $wishlistProductFactory;
Expand Down
3 changes: 1 addition & 2 deletions tests/Behat/Context/Ui/WishlistContext.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ public function __construct(
NotificationCheckerInterface $notificationChecker,
LoginerInterface $loginer,
WishlistCreatorInterface $wishlistCreator
)
{
) {
$this->productRepository = $productRepository;
$this->productIndexPage = $productIndexPage;
$this->wishlistPage = $wishlistPage;
Expand Down

0 comments on commit 27f6389

Please sign in to comment.