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