Example #1
0
 /**
  * @test
  * @return void
  */
 public function setPriceOptionSetsPriceOptionForPriceOption()
 {
     $priceOption = new \DERHANSEN\SfEventMgt\Domain\Model\PriceOption();
     $this->subject->setPriceOptions($priceOption);
     $this->assertEquals($priceOption, $this->subject->getPriceOptions());
 }