Skip to content

Commit 347e261

Browse files
committed
minor #14838 Typo (askeita)
This PR was submitted for the 5.2 branch but it was merged into the 4.4 branch instead. Discussion ---------- Typo Replaced "an" by "a" (line 66) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 5dba6e6 Update testing.rst
2 parents d1e5e5c + 5dba6e6 commit 347e261

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)