Skip to content

Commit 3324630

Browse files
l-vojaviereguiluz
authored andcommitted
Change unit test definition
1 parent 42f77b7 commit 3324630

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
@@ -57,8 +57,8 @@ Symfony application.
5757
Unit Tests
5858
----------
5959

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

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

0 commit comments

Comments
 (0)