Skip to content

Commit a7e7e74

Browse files
committed
minor #10352 [Fix] Fixed the link to Functional Tests (royklutman)
This PR was merged into the 2.8 branch. Discussion ---------- [Fix] Fixed the link to Functional Tests Fixed a link to Functional Tests, was referring to `#id1` instead of `#functional-tests`. See the Functional Tests link in the following paragraph: https://symfony.com/doc/current/testing.html#unit-tests Commits ------- daef32d Fixed the link to Functional Tests
2 parents 8c07044 + daef32d commit a7e7e74

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)