diff --git a/testing.rst b/testing.rst index 9e493f293ef..6b29fbe378e 100644 --- a/testing.rst +++ b/testing.rst @@ -99,7 +99,7 @@ You can run tests using the ``./vendor/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 ``test/Functional/``). + each type of tests (e.g. ``tests/Unit/`` and ``tests/Functional/``). .. _integration-tests: