diff --git a/testing.rst b/testing.rst index 8fd666c8f96..8cc56e61b20 100644 --- a/testing.rst +++ b/testing.rst @@ -607,7 +607,7 @@ submitting a login form - make a test very slow. For this reason, Symfony provides a ``loginUser()`` method to simulate logging in in your functional tests. -Instead of login in with real users, it's recommended to create a user only for +Instead of logging in with real users, it's recommended to create a user only for tests. You can do that with Doctrine :ref:`data fixtures `, to load the testing users only in the test database.