/**
  * @test
  */
 public function getSalutationReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getSalutation());
 }