コード例 #1
0
ファイル: BookingTest.php プロジェクト: ralfbs/flatmgrpay
 /**
  * @test
  */
 public function setPersonsForIntegerSetsPersons()
 {
     $this->fixture->setPersons(12);
     $this->assertSame(12, $this->fixture->getPersons());
 }