Skip to content

Commit 6753604

Browse files
committed
wrong order of constructor
1 parent 91f8f88 commit 6753604

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Wishlist/Test/Unit/Model/WishlistTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ protected function setUp()
206206
$this->mathRandom,
207207
$this->dateTime,
208208
$this->productRepository,
209-
$this->stockItemRepository,
210-
$this->scopeConfig,
211209
false,
212210
[],
213-
$this->serializer
211+
$this->serializer,
212+
$this->stockItemRepository,
213+
$this->scopeConfig
214214
);
215215
}
216216

0 commit comments

Comments
 (0)