Skip to content

Commit 3d019b0

Browse files
authored
docs: fix outdated documentation on how to exclude multiple test groups (#9621)
1 parent 78f3842 commit 3d019b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ Individual tests can be run by including the relative path to the test file.
105105
You can run the tests without running the live database and the live cache tests.
106106

107107
```console
108-
./phpunit --exclude-group DatabaseLive,CacheLive
108+
./phpunit --exclude-group DatabaseLive --exclude-group CacheLive
109109
```
110110

111111
## Generating Code Coverage

0 commit comments

Comments
 (0)