/**
  * @covers phpDocumentor\Parser\Configuration::getEncoding
  */
 public function testIfEncodingIsReturned()
 {
     $this->assertSame('utf-8', $this->fixture->getEncoding());
 }