Ejemplo n.º 1
0
 public function testSetGetWillingnessToTravel()
 {
     $input = "test";
     $this->target->setWillingnessToTravel($input);
     $this->assertEquals($this->target->getWillingnessToTravel(), $input);
 }