Example #1
0
 public function testGetShippingPriceInclTax()
 {
     $this->_prepareTestGetShippingPrice(true);
     $this->assertEquals(self::SHIPPING_PRICE_FORMATTED, $this->model->getShippingPriceInclTax());
 }