/** * @test * @return void */ public function getTitleReturnsInitialValueForString() { $this->assertSame('', $this->subject->getTitle()); }