Skip to content

Commit ba962c3

Browse files
committed
minor #13880 Typo Testing (zairigimad)
This PR was submitted for the 5.0 branch but it was squashed and merged into the 4.4 branch instead. Discussion ---------- Typo Testing same typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 394867d Typo Testing
2 parents 555aa35 + 394867d commit ba962c3

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
@@ -148,7 +148,7 @@ utilities used in the functional tests:
148148
Your First Functional Test
149149
~~~~~~~~~~~~~~~~~~~~~~~~~~
150150
Functional tests are PHP files that typically live in the ``tests/Controller``
151-
directory for your bundle. If you want to test the pages handled by your
151+
directory of your application. If you want to test the pages handled by your
152152
``PostController`` class, start by creating a new ``PostControllerTest.php``
153153
file that extends a special ``WebTestCase`` class.
154154

0 commit comments

Comments
 (0)