mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
Update CartTest.php
This commit is contained in:
@@ -759,7 +759,7 @@ class CartTest extends TestCase
|
||||
$cart = $this->getCart();
|
||||
|
||||
$cart->add(new BuyableProduct([
|
||||
'name' => 'Some title'
|
||||
'name' => 'Some title',
|
||||
'price' => 500,
|
||||
]), 3);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user