function tearDown()
 {
     Jetpack_Constants::$set_constants = array();
 }
 /**
  * Resets all of the constants within Jetpack_Constants.
  */
 public static function clear_constants()
 {
     self::$set_constants = array();
 }