Sonata\Tests\Component\Delivery\FreeDeliveryTest::testPriceIsNull PHP Method

testPriceIsNull() public method

public testPriceIsNull ( )
    public function testPriceIsNull()
    {
        $freeDelivery = new FreeDelivery(false);
        $this->assertEquals(0, $freeDelivery->getVatRate());
        $this->assertEquals(0, $freeDelivery->getPrice());
    }