public function testIsTypeRequested()
 {
     $quoteProduct = new QuoteProduct();
     $quoteProduct->setType(QuoteProduct::TYPE_REQUESTED);
     $this->assertTrue($quoteProduct->isTypeRequested());
 }