protected function setUp()
 {
     parent::setUp();
     $this->type = new QuoteProductToOrderType($this->getMatcher(), $this->getRoundingService());
 }
 protected function setUp()
 {
     parent::setUp();
     $this->type = new QuoteToOrderType();
 }