Skip to content

Commit

Permalink
Merge pull request #127 from tisuchi/master
Browse files Browse the repository at this point in the history
Adding "missing comma" in the document
  • Loading branch information
calebporzio authored Jan 25, 2024
2 parents 9ce107b + 04e7192 commit ee299bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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.phpunitBinary": null, // A custom phpunit binary. Ex: 'phpunit', '/usr/local/bin/phpunit'
"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 All @@ -62,7 +62,7 @@ Running tests over ssh (For VMs like Laravel Homestead):
},
"better-phpunit.ssh.user": "user",
"better-phpunit.ssh.host": "host",
"better-phpunit.ssh.port": "22"
"better-phpunit.ssh.port": "22",
"better-phpunit.ssh.binary": "putty -ssh"
}
```
Expand Down

0 comments on commit ee299bd

Please sign in to comment.