/**
  * Restores the original environment overriden with setEnvironment()
  *
  * Extending classes that have their own tearDown()
  * should call parent::tearDown()
  */
 public function tearDown()
 {
     $this->_helpers->restore_environment();
 }
Exemple #2
0
 public function restoreEnvironment()
 {
     $this->_helpers->restore_environment();
 }