public function tearDown()
 {
     FullTextSearch::force_index_list();
     SolrReindexTest_Variant::disable();
     parent::tearDown();
 }
 /**
  * Set the current variant to the given state
  *
  * @param int $current 0, 1, 2, or null (disabled)
  */
 public static function set_current($current)
 {
     self::$current = $current;
 }