Exemplo n.º 1
0
 /**
  * @test
  */
 public function hasPriceWithPriceReturnsTrue()
 {
     $this->fixture->setPrice('Regular price: 42.42');
     self::assertTrue($this->fixture->hasPrice());
 }