Skip to content

Commit 75f490e

Browse files
committed
Merge branch '6.0' into 6.1
* 6.0: Fix: Typo
2 parents 95fd12f + ecbaaa0 commit 75f490e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,7 +671,7 @@ Logging in Users (Authentication)
671671
When you want to add application tests for protected pages, you have to
672672
first "login" as a user. Reproducing the actual steps - such as
673673
submitting a login form - makes a test very slow. For this reason, Symfony
674-
provides a ``loginUser()`` method to simulate logging in in your functional
674+
provides a ``loginUser()`` method to simulate logging in your functional
675675
tests.
676676

677677
Instead of logging in with real users, it's recommended to create a user

0 commit comments

Comments
 (0)