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