Example #1
0
 /**
  * @test
  */
 public function getPriceReturnsPriceSetByConstructor()
 {
     $this->assertSame($this->price, $this->beVariant->getPrice());
 }