Skip to content

Commit e9473c9

Browse files
committed
minor #16568 Update testing.rst (xElysioN)
This PR was merged into the 4.4 branch. Discussion ---------- Update testing.rst Fix typo in Unit Test block https://symfony.com/doc/4.4/testing.html#unit-tests Commits ------- b73bfd1 Update testing.rst
2 parents 1b0cd02 + b73bfd1 commit e9473c9

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
@@ -99,7 +99,7 @@ You can run tests using the ``./vendor/bin/phpunit`` command:
9999
.. tip::
100100

101101
In large test suites, it can make sense to create subdirectories for
102-
each type of tests (e.g. ``tests/Unit/`` and ``test/Functional/``).
102+
each type of tests (e.g. ``tests/Unit/`` and ``tests/Functional/``).
103103

104104
.. _integration-tests:
105105

0 commit comments

Comments
 (0)