-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature request: prefix for route reports #10
Comments
I'm not sure this would work. Instead, we could change the route path to be the whole URL based on what the router sends back, because you can configure the You can also customize this directly in the container parameters framework:
router:
# ...
default_uri: 'https://example.org/my/path/' I'm not 100% sure of all this, it has to be tested, but I think it would need a slight change in |
Yeah, that's a better solution! |
when the log shows an error, I'd like to click on it and open the web page to see what it was.
To do that, you'd need to allow the bundle to take a configuration parameter (base_url) or an environment variable in phpunit.
What I'd rather see is
The text was updated successfully, but these errors were encountered: