We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a bundle that exposes a few controllers that I'm not sure how to test (from within the bundle).
symfony/symfony#57600 (comment)
Might that be possible with this library? In particular, I'm not sure how to configure the routes, so that I can go to
$this->browser() ->visit('/my-bundle/admin') ->assertSuccessful()
Thanks.
The text was updated successfully, but these errors were encountered:
We do this in live components. You basically have to setup a test kernel for your bundle.
Sorry, something went wrong.
Thanks, I'll use LiveComponents as a model and work from there.
No branches or pull requests
I have a bundle that exposes a few controllers that I'm not sure how to test (from within the bundle).
symfony/symfony#57600 (comment)
Might that be possible with this library? In particular, I'm not sure how to configure the routes, so that I can go to
Thanks.
The text was updated successfully, but these errors were encountered: