Skip to content

Commit

Permalink
Change suiteOptions to suiteSuffix
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Mar 4, 2019
1 parent efbd7d5 commit 1793e37
Show file tree
Hide file tree
Showing 7 changed files with 578 additions and 549 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Config:
{
"better-phpunit.commandSuffix": null, // This string will be appended to the phpunit command, it's a great place to add flags like '--stop-on-failure'
"better-phpunit.phpunitBinary": null // A custom phpunit binary. Ex: 'phpunit', '/usr/local/bin/phpunit'
"better-phpunit.suiteOptions": null // Specify options to appended only to the 'run suite' command, for example add options like '--testsuite unit' or '--coverage --coverage-xml'.
"better-phpunit.suiteSuffix": null // Specify options to appended only to the 'run suite' command, for example add options like '--testsuite unit' or '--coverage --coverage-xml'.
}
```

Expand Down Expand Up @@ -90,4 +90,4 @@ For running Docker over a SSH session just use both options _ssh.enable_ and _do
## Wish List:
- Handling PHP fatal and parser errors
- A sidebar panel for managing errors
- Re-run failures
- Re-run failures
Loading

0 comments on commit 1793e37

Please sign in to comment.