Skip to content

Commit 8cfe269

Browse files
authored
Update testing.rst
1 parent 4c02794 commit 8cfe269

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 application. 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)