/**
  * @covers phpDocumentor\Configuration::__construct
  * @covers phpDocumentor\Configuration::getLogging
  */
 public function testIfLoggingConfigurationIsReturned()
 {
     $this->assertInstanceOf('phpDocumentor\\Configuration\\Logging', $this->fixture->getLogging());
 }