diff --git a/testing.rst b/testing.rst index f4edb68c404..2a250faaad1 100644 --- a/testing.rst +++ b/testing.rst @@ -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: