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