Follow-up from #2266377: Speed up UrlGenerator a little by setting the 'external' option in the Url object .
Problem/Motivation
UrlGeneratorTest has no coverage for when $options['external'] is set. We should verify that the expected behavior happens for it being either TRUE or FALSE with different types of paths.
Proposed resolution
Adding test coverage