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