From 0496c33aabb74b986e9c0fcb99a6c57d101811fb Mon Sep 17 00:00:00 2001 From: Vincent Chareunphol Date: Thu, 16 May 2024 09:55:02 +0200 Subject: [PATCH] Update advice --- testing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: