Exemplo n.º 1
0
 /**
  * @test
  */
 public function setTotalPriceSetsTotalPrice()
 {
     $this->fixture->setTotalPrice(42.13);
     self::assertEquals(42.13, $this->fixture->getTotalPrice());
 }