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