basvandorst / StravaPHP

Strava API REST client with OAuth authentication
MIT License
184 stars 67 forks source link

Fix failing unit tests for GPX and TCX exports #70

Closed djjavo closed 3 years ago

djjavo commented 3 years ago

@vredeling during the refactor of https://github.com/basvandorst/StravaPHP/pull/67, the getRouteAsGPX and getRouteAsTCX functions were broken.

Small PR to add a is_string() check to prevent errors.