public function testGetDocComment()
 {
     $docComment = $this->parsedRefFileNamespace->getDocComment();
     $this->assertNotEmpty($docComment);
 }