public function testFormatPriceTypeLabel()
 {
     $this->translator->expects($this->once())->method('trans')->with('orob2b.sale.quoteproductoffer.price_type.test_type');
     $this->formatter->formatPriceTypeLabel('test_type');
 }