mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-24 07:55:35 +00:00
SyleCI
This commit is contained in:
@@ -1340,7 +1340,7 @@ class CartTest extends TestCase
|
|||||||
$cart->setGlobalTax(22);
|
$cart->setGlobalTax(22);
|
||||||
|
|
||||||
// check net price
|
// check net price
|
||||||
$this->assertEquals(81.97, round($cartItem->priceNet,2));
|
$this->assertEquals(81.97, round($cartItem->priceNet, 2));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** @test */
|
/** @test */
|
||||||
@@ -1366,7 +1366,6 @@ class CartTest extends TestCase
|
|||||||
$this->assertEquals($cart->totalFloat(), $cart->subtotalFloat() + $cart->taxFloat());
|
$this->assertEquals($cart->totalFloat(), $cart->subtotalFloat() + $cart->taxFloat());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get an instance of the cart.
|
* Get an instance of the cart.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user