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