Example #1
0
 /**
  * @test
  */
 public function getPriceCalcMethodReturnsPriceCalcSetByConstructor()
 {
     $this->assertSame($this->priceCalcMethod, $this->beVariant->getPriceCalcMethod());
 }