-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
Closed
Labels
BugDomCrawlerGood first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)
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
.
Metadata
Metadata
Assignees
Labels
BugDomCrawlerGood first issueIdeal for your first contribution! (some Symfony experience may be required)Ideal for your first contribution! (some Symfony experience may be required)