Elcodi\Plugin\CustomShippingBundle\Tests\UnitTest\Provider\ShippingRangesProviderTest::getRevealedCart PHP Method

getRevealedCart() private method

Cart properties * 10.00 Eur * 10 Kg
private getRevealedCart ( ) : Elcodi\Component\Cart\Entity\Interfaces\CartInterface
return Elcodi\Component\Cart\Entity\Interfaces\CartInterface Cart
    private function getRevealedCart()
    {
        return $this->getCart()->reveal();
    }