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