コード例 #1
0
ファイル: FactsTest.php プロジェクト: cross-solution/yawik
 public function testSetGetWillingnessToTravel()
 {
     $input = "test";
     $this->target->setWillingnessToTravel($input);
     $this->assertEquals($this->target->getWillingnessToTravel(), $input);
 }