We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a5c26 commit 6fdb4c4Copy full SHA for 6fdb4c4
doc/index.rst
@@ -3791,7 +3791,7 @@ uses Symfony's test client to render and make requests to your components::
3791
// authenticate a user ($user is instance of UserInterface)
3792
$testComponent->actingAs($user);
3793
3794
- // set the '_locale' route parameter (if the component route is localized)
+ // set the '_locale' route parameter (if the component route is localized)
3795
$testComponent->setRouteLocale('fr');
3796
3797
// customize the test client
0 commit comments