mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
StyleCI
This commit is contained in:
@@ -882,10 +882,8 @@ class CartTest extends TestCase
|
|||||||
|
|
||||||
$cart = $this->getCart();
|
$cart = $this->getCart();
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
$cart->add(new BuyableProduct());
|
$cart->add(new BuyableProduct());
|
||||||
|
|
||||||
$beforeStore = Carbon::now();
|
$beforeStore = Carbon::now();
|
||||||
|
|
||||||
/* Sleep as database does not store ms */
|
/* Sleep as database does not store ms */
|
||||||
|
|||||||
Reference in New Issue
Block a user