Skip to content

Commit b98b45c

Browse files
committed
Fix: Typo
1 parent 6048f42 commit b98b45c

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
@@ -675,7 +675,7 @@ Logging in Users (Authentication)
675675
When you want to add application tests for protected pages, you have to
676676
first "login" as a user. Reproducing the actual steps - such as
677677
submitting a login form - makes a test very slow. For this reason, Symfony
678-
provides a ``loginUser()`` method to simulate logging in in your functional
678+
provides a ``loginUser()`` method to simulate logging in your functional
679679
tests.
680680

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

0 commit comments

Comments
 (0)