mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-11 18:54:33 +00:00
SyleCI
This commit is contained in:
@@ -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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user