Skip to content

Commit ecbaaa0

Browse files
committed
Merge branch '5.4' into 6.0
* 5.4: Fix: Typo
2 parents 33106c5 + b98b45c commit ecbaaa0

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)