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