function tearDown()
 {
     global $wgContentHandlerUseDB;
     $wgContentHandlerUseDB = $this->saveContentHandlerNoDB;
     parent::tearDown();
 }