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