Skip to content

Commit 14e7dae

Browse files
committed
minor #13876 Update testing.rst (zairigimad)
This PR was submitted for the 5.0 branch but it was merged into the 4.4 branch instead. Discussion ---------- Update testing.rst <!-- 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 `master` for features of unreleased versions). --> Commits ------- 577ab9f Update testing.rst
2 parents e69a05c + 577ab9f commit 14e7dae

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
@@ -100,7 +100,7 @@ of your application::
100100
.. note::
101101

102102
By convention, the ``tests/`` directory should replicate the directory
103-
of your bundle for unit tests. So, if you're testing a class in the
103+
of your application for unit tests. So, if you're testing a class in the
104104
``src/Util/`` directory, put the test in the ``tests/Util/``
105105
directory.
106106

0 commit comments

Comments
 (0)