Skip to content

Commit ee299bd

Browse files
authored
Merge pull request #127 from tisuchi/master
Adding "missing comma" in the document
2 parents 9ce107b + 04e7192 commit ee299bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Config:
4848
```
4949
{
5050
"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'
51-
"better-phpunit.phpunitBinary": null // A custom phpunit binary. Ex: 'phpunit', '/usr/local/bin/phpunit'
51+
"better-phpunit.phpunitBinary": null, // A custom phpunit binary. Ex: 'phpunit', '/usr/local/bin/phpunit'
5252
"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'.
5353
}
5454
```
@@ -62,7 +62,7 @@ Running tests over ssh (For VMs like Laravel Homestead):
6262
},
6363
"better-phpunit.ssh.user": "user",
6464
"better-phpunit.ssh.host": "host",
65-
"better-phpunit.ssh.port": "22"
65+
"better-phpunit.ssh.port": "22",
6666
"better-phpunit.ssh.binary": "putty -ssh"
6767
}
6868
```

0 commit comments

Comments
 (0)