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