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