We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78f3842 commit 3d019b0Copy full SHA for 3d019b0
tests/README.md
@@ -105,7 +105,7 @@ Individual tests can be run by including the relative path to the test file.
105
You can run the tests without running the live database and the live cache tests.
106
107
```console
108
-./phpunit --exclude-group DatabaseLive,CacheLive
+./phpunit --exclude-group DatabaseLive --exclude-group CacheLive
109
```
110
111
## Generating Code Coverage
0 commit comments