Update CartTest.php

This commit is contained in:
Patrick
2022-02-05 22:13:42 +01:00
committed by GitHub
parent 7ae044841c
commit 543483b14d

View File

@@ -536,7 +536,7 @@ class CartTest extends TestCase
'tax' => '2.10', 'tax' => '2.10',
'subtotal' => '10.00', 'subtotal' => '10.00',
'options' => [], 'options' => [],
'discount' => '0', 'discount' => '0.00',
'weight' => 0, 'weight' => 0,
], ],
'370d08585360f5c568b18d1f2e4ca1df' => [ '370d08585360f5c568b18d1f2e4ca1df' => [
@@ -548,7 +548,7 @@ class CartTest extends TestCase
'tax' => '2.10', 'tax' => '2.10',
'subtotal' => '10.00', 'subtotal' => '10.00',
'options' => [], 'options' => [],
'discount' => '0', 'discount' => '0.00',
'weight' => 0, 'weight' => 0,
], ],
], $content->toArray()); ], $content->toArray());