mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 07:55:35 +00:00
Update CartTest.php
This commit is contained in:
@@ -537,7 +537,7 @@ class CartTest extends TestCase
|
|||||||
'subtotal' => '10.00',
|
'subtotal' => '10.00',
|
||||||
'options' => [],
|
'options' => [],
|
||||||
'discount' => '0',
|
'discount' => '0',
|
||||||
'weight' => '0.00',
|
'weight' => 0,
|
||||||
],
|
],
|
||||||
'370d08585360f5c568b18d1f2e4ca1df' => [
|
'370d08585360f5c568b18d1f2e4ca1df' => [
|
||||||
'rowId' => '370d08585360f5c568b18d1f2e4ca1df',
|
'rowId' => '370d08585360f5c568b18d1f2e4ca1df',
|
||||||
@@ -549,7 +549,7 @@ class CartTest extends TestCase
|
|||||||
'subtotal' => '10.00',
|
'subtotal' => '10.00',
|
||||||
'options' => [],
|
'options' => [],
|
||||||
'discount' => '0',
|
'discount' => '0',
|
||||||
'weight' => '0.00',
|
'weight' => 0,
|
||||||
],
|
],
|
||||||
], $content->toArray());
|
], $content->toArray());
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user