/**
  * @test
  */
 public function getPriceReturnsInitialValueForFloat()
 {
     $this->assertSame(0.0, $this->subject->getPrice());
 }