Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down