From 5dba6e69b3ee57a6bb3375b4ee304688269d6c4f Mon Sep 17 00:00:00 2001 From: Al-Saleh KEITA <28827545+askeita@users.noreply.github.com> Date: Fri, 15 Jan 2021 22:40:21 +0100 Subject: [PATCH] Update testing.rst Replaced "an" by "a" (line 66) --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.rst b/testing.rst index c3dd66c7f9c..130ed0ab2ae 100644 --- a/testing.rst +++ b/testing.rst @@ -63,7 +63,7 @@ If you want to test an entire feature of your application (e.g. registering as a user or generating an invoice), see the section about :ref:`Functional Tests `. Writing Symfony unit tests is no different from writing standard PHPUnit -unit tests. Suppose, for example, that you have an class called ``Calculator`` +unit tests. Suppose, for example, that you have a class called ``Calculator`` in the ``src/Util/`` directory of the app:: // src/Util/Calculator.php