Skip to content

Commit

Permalink
Update testing.rst
Browse files Browse the repository at this point in the history
Replaced "an" by "a" (line 66)
  • Loading branch information
askeita authored and javiereguiluz committed Jan 17, 2021
1 parent d1e5e5c commit 5dba6e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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
Expand Down

0 comments on commit 5dba6e6

Please sign in to comment.