Level 1
can i see your test?
1 like
In our tests we use route for building routes.
$url = route('alias');
Route function does not return a valid url.
During debugging i was found place, where exist possible problem.
In UrlGenerator(311)
$this->app->make('request')->root()
Returns empty string instead of host from $_SERVER.
Please or to participate in this conversation.