Exemplo n.º 1
0
 /**
  * @test
  */
 public function getPricesAppartment2Personen()
 {
     $prices = $this->fixture->getPrices(2, 2);
     $this->assertEquals(array(65, 400, 700), $prices);
 }