Skip to content

Commit 5dba6e6

Browse files
askeitajaviereguiluz
authored andcommitted
Update testing.rst
Replaced "an" by "a" (line 66)
1 parent d1e5e5c commit 5dba6e6

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
@@ -63,7 +63,7 @@ If you want to test an entire feature of your application (e.g. registering as a
6363
user or generating an invoice), see the section about :ref:`Functional Tests <functional-tests>`.
6464

6565
Writing Symfony unit tests is no different from writing standard PHPUnit
66-
unit tests. Suppose, for example, that you have an class called ``Calculator``
66+
unit tests. Suppose, for example, that you have a class called ``Calculator``
6767
in the ``src/Util/`` directory of the app::
6868

6969
// src/Util/Calculator.php

0 commit comments

Comments
 (0)