From 9b8f7e0cb2f027a0719073b842847e2c817093a2 Mon Sep 17 00:00:00 2001 From: Francesco Ciannavei <64163256+Franky5831@users.noreply.github.com> Date: Tue, 1 Jul 2025 21:46:56 +0200 Subject: [PATCH] docs: fix outdated documentation on how to exclude multiple test groups --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index c0c58040917b..3848a83540dd 100644 --- a/tests/README.md +++ b/tests/README.md @@ -105,7 +105,7 @@ Individual tests can be run by including the relative path to the test file. You can run the tests without running the live database and the live cache tests. ```console -./phpunit --exclude-group DatabaseLive,CacheLive +./phpunit --exclude-group DatabaseLive --exclude-group CacheLive ``` ## Generating Code Coverage