Esempio n. 1
0
 /**
  * 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();
 }
Esempio n. 2
0
 public function restoreEnvironment()
 {
     $this->_helpers->restore_environment();
 }