Exemplo n.º 1
0
 /**
  * @test
  */
 public function getPriceWithoutPriceReturnsEmptyString()
 {
     $this->fixture->setData(array());
     self::assertEquals('', $this->fixture->getPrice());
 }