Skip to content

Commit daef32d

Browse files
committed
Fixed the link to Functional Tests
1 parent 583d2ef commit daef32d

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
@@ -48,7 +48,7 @@ Unit Tests
4848

4949
A unit test is a test against a single PHP class, also called a *unit*. If you
5050
want to test the overall behavior of your application, see the section about
51-
`Functional Tests`_.
51+
:ref:`Functional Tests <functional-tests>`.
5252

5353
Writing Symfony unit tests is no different from writing standard PHPUnit
5454
unit tests. Suppose, for example, that you have an *incredibly* simple class

0 commit comments

Comments
 (0)