public function testIsTypeOffer()
 {
     $quoteProduct = new QuoteProduct();
     $quoteProduct->setType(QuoteProduct::TYPE_OFFER);
     $this->assertTrue($quoteProduct->isTypeOffer());
 }