Esempio n. 1
0
 /**
  * Removes cache files created during tests
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->clean_cache_dir();
 }
Esempio n. 2
0
 /**
  * Restores original timezone after testing.
  */
 public function tearDown()
 {
     date_default_timezone_set($this->_original_timezone);
     parent::tearDown();
 }
Esempio n. 3
0
 /**
  * Tear down environment
  */
 public function tearDown()
 {
     parent::tearDown();
     setlocale(LC_ALL, $this->default_locale);
 }
Esempio n. 4
0
 /**
  * Removes cache files created during tests
  */
 public function tearDown()
 {
     parent::tearDown();
     $this->cleanCacheDir();
 }