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