コード例 #1
0
ファイル: BookingTest.php プロジェクト: ralfbs/flatmgrpay
 /**
  * @test
  */
 public function getPricesAppartment2Personen()
 {
     $prices = $this->fixture->getPrices(2, 2);
     $this->assertEquals(array(65, 400, 700), $prices);
 }