From 008b6f42de5f1084fc62cb9739047b017ae186bd Mon Sep 17 00:00:00 2001 From: Patrick Henninger Date: Tue, 18 Feb 2020 14:55:20 +0100 Subject: [PATCH] SyleCI --- tests/CartTest.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/CartTest.php b/tests/CartTest.php index d530599..24da3cf 100644 --- a/tests/CartTest.php +++ b/tests/CartTest.php @@ -1340,7 +1340,7 @@ class CartTest extends TestCase $cart->setGlobalTax(22); // check net price - $this->assertEquals(81.97, round($cartItem->priceNet,2)); + $this->assertEquals(81.97, round($cartItem->priceNet, 2)); } /** @test */ @@ -1366,7 +1366,6 @@ class CartTest extends TestCase $this->assertEquals($cart->totalFloat(), $cart->subtotalFloat() + $cart->taxFloat()); } - /** * Get an instance of the cart. *