/**
  * @covers phpDocumentor\Parser\Configuration::getMarkers
  */
 public function testIfMarkersIsReturned()
 {
     $this->assertSame(array('TODO', 'FIXME'), $this->fixture->getMarkers());
 }