From 53b8015c1f06a4322ab39e538a294a5dbe835364 Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Fri, 8 May 2020 21:00:41 +0200 Subject: [PATCH] StyleCI --- tests/CartTest.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/CartTest.php b/tests/CartTest.php index 15d2d66..59a82c8 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -882,10 +882,8 @@ class CartTest extends TestCase $cart = $this->getCart(); - - $cart->add(new BuyableProduct()); - + $beforeStore = Carbon::now(); /* Sleep as database does not store ms */