/**
  * @covers phpDocumentor\Configuration::__construct
  * @covers phpDocumentor\Configuration::getTransformations
  */
 public function testIfTransformationsConfigurationIsReturned()
 {
     $this->assertInstanceOf('phpDocumentor\\Transformer\\Configuration\\Transformations', $this->fixture->getTransformations());
 }