This commit is contained in:
Patrick Henninger
2022-02-05 22:31:32 +01:00
parent 75b63a2949
commit 2b45f94619

View File

@@ -1074,7 +1074,7 @@ class CartTest extends TestCase
$cart2->setGlobalTax(0);
$cart2->setGlobalDiscount(0);
$this->assertEquals(new Money(0, new Currency('USD')), $cart2->countItems());
$this->assertEquals(0, $cart2->countItems());
$cart2->merge('test');