/**
  * Grabs the settings from the Settings class
  *
  * @param boolean $force
  *
  * @return void
  */
 public static function get_settings($force = false)
 {
     self::$settings = GRAV_TESTER_PLUGIN_SETTINGS::get_settings($force);
 }