This commit is contained in:
Patrick Henninger
2020-05-08 21:00:41 +02:00
parent 05b99d4e72
commit 53b8015c1f

View File

@@ -882,8 +882,6 @@ class CartTest extends TestCase
$cart = $this->getCart();
$cart->add(new BuyableProduct());
$beforeStore = Carbon::now();