From dde96698a2fc6307c6eb02557476d3d8713049ba Mon Sep 17 00:00:00 2001 From: Kolja Zuelsdorf Date: Tue, 23 Feb 2021 21:59:11 +0100 Subject: [PATCH] Fixed small typo --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.