protected function tearDown()
 {
     global $wgGatherAllowPublicWatchlist;
     $wgGatherAllowPublicWatchlist = false;
     $this->db->delete('gather_list_item', '*');
     $this->db->delete('gather_list', '*');
     parent::tearDown();
 }
Esempio n. 2
0
 public function tearDown()
 {
     global $wgExtraNamespaces, $wgNamespaceContentModels, $wgContentHandlers, $wgContLang;
     unset($wgExtraNamespaces[12312]);
     unset($wgExtraNamespaces[12313]);
     unset($wgNamespaceContentModels[12312]);
     unset($wgContentHandlers["testing"]);
     MWNamespace::getCanonicalNamespaces(true);
     # reset namespace cache
     $wgContLang->resetNamespaces();
     # reset namespace cache
     parent::tearDown();
 }
 protected function tearDown()
 {
     MWNamespace::getCanonicalNamespaces(true);
     # reset namespace cache
     parent::tearDown();
 }
 protected function tearDown()
 {
     $this->clearTempUpload();
     parent::tearDown();
 }
Esempio n. 5
0
 function tearDown()
 {
     parent::tearDown();
     //TODO:
     //$this->destroyRepo();
 }
 public function tearDown()
 {
     parent::tearDown();
 }