Skip to content

Commit

Permalink
doc: update
Browse files Browse the repository at this point in the history
  • Loading branch information
gerardroche committed Jan 20, 2024
1 parent 57db0da commit 6e4583b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -387,13 +387,16 @@ Command Palette → Preferences: PHPUnit Settings

```json
{
"phpunit.options": { "colors": true, "no-coverage": true },
"phpunit.strategy": "tmux",
"phpunit.tmux_session": 1,
"phpunit.tmux_window": 1,
"phpunit.tmux_pane": 1
}
```

Tip: Use the **`no-coverage`** option with the Command Palette **PHPUnit: Toggle --no-coverage** to turn code coverage on and off for quicker test runs when you just don't need the code coverage report.

### Auto Commands

You can configure the `on_post_save` event to run the "Test File" command when views are saved. This will instruct the runner to automatically run a test every time it is saved.
Expand Down

0 comments on commit 6e4583b

Please sign in to comment.