From 332463025f5990663455767488278c339392ba2b Mon Sep 17 00:00:00 2001 From: Laurent VOULLEMIER Date: Mon, 20 Jul 2020 08:08:53 +0200 Subject: [PATCH] Change unit test definition --- testing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/testing.rst b/testing.rst index ce863b7e319..9301a1abca4 100644 --- a/testing.rst +++ b/testing.rst @@ -57,8 +57,8 @@ Symfony application. Unit Tests ---------- -A unit test is a test against a single PHP class, also called a *unit*. If you -want to test the overall behavior of your application, see the section about +A unit test is a test against a single behavior, also called a *unit*. If you +want to test the overall way of your application, see the section about :ref:`Functional Tests `. Writing Symfony unit tests is no different from writing standard PHPUnit