/**
  * Used for testing purposes only to reset the PhoneNumberUtil singleton to null.
  */
 public static function resetInstance()
 {
     self::$instance = null;
 }
 /**
  * Used for testing purposes only to reset the PhoneNumberUtil singleton to null.
  */
 public static function resetInstance()
 {
     self::$instance = NULL;
 }