コード例 #1
0
ファイル: FrontEndUserTest.php プロジェクト: Konafets/oelib
 /**
  * @test
  */
 public function setJobTitleSetsJobTitle()
 {
     $this->subject->setJobTitle('foo bar');
     self::assertSame('foo bar', $this->subject->getJobTitle());
 }