Closed
Description
The schema relative URLs introduced in #3958 are great. However, this does not seem to be working in combination with the TestClient. The URLs that are generated with a relative schema are being prefixed with the configured host and the default schema.
E.g.
{{ url('blog', {}, true) }}
When on http://localhost
test client will try to visit: http://localhost//localhost/blog
instead of http://localhost/blog
.