We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a5fb686 + bfd99ac commit 4cc2b12Copy full SHA for 4cc2b12
1 file changed
src/Sylius/Bundle/OrderBundle/spec/Resetter/CartChangesResetterSpec.php
@@ -37,7 +37,7 @@ function it_is_initializable(): void
37
38
function it_does_nothing_if_cart_is_not_managed(
39
EntityManagerInterface $manager,
40
- OrderInterface $cart
+ OrderInterface $cart,
41
): void {
42
$manager->contains($cart)->willReturn(false);
43
@@ -53,7 +53,7 @@ function it_resets_changes_for_cart_items_and_units(
53
OrderItemInterface $item,
54
OrderItemUnitInterface $unitNew,
55
OrderItemUnitInterface $unitExisting,
56
- Collection $itemsCollection
+ Collection $itemsCollection,
57
58
$manager->contains($cart)->willReturn(true);
59
$manager->getUnitOfWork()->willReturn($unitOfWork);
0 commit comments