Ejemplo n.º 1
0
 public function testSetGetDrivingLicense()
 {
     $input = "1000€";
     $this->target->setDrivingLicense($input);
     $this->assertEquals($this->target->getDrivingLicense(), $input);
 }