Update CartTest.php

This commit is contained in:
Patrick
2022-01-18 00:15:07 +01:00
committed by GitHub
parent 027d223174
commit 126eb55076

View File

@@ -1453,7 +1453,7 @@ class CartTest extends TestCase
$this->assertEquals('0', $cart2->countItems());
$cart2->merge('test', null, null, false);
$cart2->merge('test', false, false, false);
Event::assertNotDispatched('cart.added');
Event::assertDispatched('cart.merged');