Exemplo n.º 1
0
 public function tearDown()
 {
     parent::tearDown();
     // reset that value after the test
     Proxy::getInstance()->setHideIgnoredFunctions(true);
 }
Exemplo n.º 2
0
 protected function tearDown()
 {
     parent::tearDown();
 }
Exemplo n.º 3
0
 public function tearDown()
 {
     $_GET = array();
     parent::tearDown();
 }
Exemplo n.º 4
0
 /**
  * Resets all caches and drops the database
  */
 public function tearDown()
 {
     static::$fixture->clearInMemoryCaches();
     static::$fixture->destroyEnvironment();
     parent::tearDown();
 }
Exemplo n.º 5
0
 public function tearDown()
 {
     parent::tearDown();
     Translate::reset();
 }
 public function tearDown()
 {
     $this->createRedisBackend()->flushAll();
     self::$fixture->performTearDown();
     parent::tearDown();
 }
Exemplo n.º 7
0
 /**
  * Resets all caches and drops the database
  */
 public function tearDown()
 {
     self::$fixture->clearInMemoryCaches();
     parent::tearDown();
 }
Exemplo n.º 8
0
 public function tearDown()
 {
     parent::tearDown();
     Manager::getInstance()->deleteAll();
     Option::clearCache();
     Site::clearCache();
     Cache::deleteTrackerCache();
     ArchiveTableCreator::clear();
     $tempTableName = Common::prefixTable(LogDataPurger::TEMP_TABLE_NAME);
     Db::query("DROP TABLE IF EXISTS " . $tempTableName);
 }
Exemplo n.º 9
0
 protected function tearDown()
 {
     parent::tearDown();
     Translate::reset();
 }