Update advice

This commit is contained in:
Vincent Chareunphol
2024-05-16 09:55:02 +02:00
parent 5961ea1ccc
commit 0496c33aab

View File

@@ -97,7 +97,7 @@ You can run tests using the ``bin/phpunit`` command:
.. tip::
In large test suites, it can make sense to create subdirectories for
each type of tests (e.g. ``tests/Unit/`` and ``tests/Functional/``).
each type of tests (e.g. ``tests/Unit/``, ``tests/Integration/`` and ``tests/Application/``).
.. _integration-tests: