Skip to content

Commit 24be90c

Browse files
authored
Change unit test definition
1 parent c6b6107 commit 24be90c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

testing.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ Symfony application.
5050
Unit Tests
5151
----------
5252

53-
A unit test is a test against a single PHP class, also called a *unit*. If you
54-
want to test the overall behavior of your application, see the section about
53+
A unit test is a test against a single behavior, also called a *unit*. If you
54+
want to test the overall way of your application, see the section about
5555
:ref:`Functional Tests <functional-tests>`.
5656

5757
Writing Symfony unit tests is no different from writing standard PHPUnit

0 commit comments

Comments
 (0)