/** * @test */ public function setJobTitleSetsJobTitle() { $this->subject->setJobTitle('foo bar'); self::assertSame('foo bar', $this->subject->getJobTitle()); }