We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1e5e5c commit 5dba6e6Copy full SHA for 5dba6e6
testing.rst
@@ -63,7 +63,7 @@ If you want to test an entire feature of your application (e.g. registering as a
63
user or generating an invoice), see the section about :ref:`Functional Tests <functional-tests>`.
64
65
Writing Symfony unit tests is no different from writing standard PHPUnit
66
-unit tests. Suppose, for example, that you have an class called ``Calculator``
+unit tests. Suppose, for example, that you have a class called ``Calculator``
67
in the ``src/Util/`` directory of the app::
68
69
// src/Util/Calculator.php
0 commit comments