Codestyle

This commit is contained in:
Patrick Henninger
2019-04-16 12:12:11 +02:00
parent 279e820760
commit f4673140f7

View File

@@ -1155,7 +1155,7 @@ class CartTest extends TestCase
// https://github.com/bumbummen99/LaravelShoppingcart/pull/5
$cart = $this->getCart();
$cartItem = $cart->add('293ad', 'Product 1', 1, 9.99, 550, ['size' => 'large']);
$cartItem = $cart->add('293ad', 'Product 1', 1, 9.99, 550, ['size' => 'large']);
$this->assertEquals(550, $cartItem->weight);
$this->assertTrue($cartItem->options->has('size'));