Skip to content

Commit

Permalink
Fixing code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lsv committed Jan 26, 2022
1 parent 5680784 commit 95a6e11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Journey.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ protected function makeUrl(): string
return sprintf('%s%s', self::BASE_URL, $this->options['ref']);
}

/**
* @codeCoverageIgnore Not used, because the ref contains the full url
*/
protected function getUrl(): string
{
return 'journeyDetails';
Expand Down

0 comments on commit 95a6e11

Please sign in to comment.