/**
  * @covers phpDocumentor\Descriptor\DescriptorAbstract::__toString
  */
 public function testToString()
 {
     $this->fixture->setFullyQualifiedStructuralElementName('fqn');
     $this->assertSame('fqn', (string) $this->fixture);
 }