/**
  * @return void
  */
 private function tearDownConfiguration()
 {
     foreach (array_keys($this->configuration) as $key) {
         $this->template->unsetData($key);
         unset($this->configuration[$key]);
     }
     $this->template->setTemplate('');
 }