コード例 #1
0
 public function tearDown()
 {
     // @codingStandardsIgnoreEnd
     Request::$initial = $this->_initial_request;
     parent::tearDown();
 }
コード例 #2
0
 public function tearDown()
 {
     parent::tearDown();
     $this->cleanCacheDir();
 }
コード例 #3
0
 public function tearDown()
 {
     Request::$initial = $this->_initial_request;
     parent::tearDown();
 }
コード例 #4
0
ファイル: DateTest.php プロジェクト: gilyaev/framework-bench
 /**
  * Restores original timezone after testing.
  */
 public function tearDown()
 {
     date_default_timezone_set($this->_original_timezone);
     parent::tearDown();
 }
コード例 #5
0
ファイル: NumTest.php プロジェクト: lz1988/stourwebcms
 /**
  * Tear down environment
  */
 public function tearDown()
 {
     parent::tearDown();
     setlocale(LC_ALL, $this->default_locale);
 }
コード例 #6
0
 public function tearDown()
 {
     // re-assign log object
     Kohana::$log = $this->_log_object;
     parent::tearDown();
 }
コード例 #7
0
 public function tearDown()
 {
     date_default_timezone_set($this->_original_timezone);
     setlocale(LC_ALL, $this->default_locale);
     parent::tearDown();
 }
コード例 #8
0
ファイル: CookieTest.php プロジェクト: lz1988/stourwebcms
 /**
  * Tears down the environment
  */
 public function tearDown()
 {
     parent::tearDown();
     Cookie::$salt = NULL;
 }
コード例 #9
0
 public function tearDown()
 {
     parent::tearDown();
     Database::instance()->rollback();
 }
コード例 #10
0
ファイル: eTest.php プロジェクト: creat2012/hustoj_official
 public function tearDown()
 {
     parent::tearDown();
 }