/**
  * Remove test controller from global controller-stack.
  */
 function tearDown()
 {
     $this->controller->popCurrent();
     GnPublishMetadataCommand::set_xsl_path(self::$xsl_path);
     parent::tearDown();
 }