Skip to content

Commit f39ec02

Browse files
committed
minor #19889 Update advice (devojifr)
This PR was merged into the 5.4 branch. Discussion ---------- Update advice Update advice to keep same type of tests mentioned in the documentation. Commits ------- 0496c33 Update advice
2 parents 7a0e908 + 0496c33 commit f39ec02

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
@@ -97,7 +97,7 @@ You can run tests using the ``bin/phpunit`` command:
9797
.. tip::
9898

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

102102
.. _integration-tests:
103103

0 commit comments

Comments
 (0)