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