Skip to content

Instantly share code, notes, and snippets.

@tommcfarlin
Created March 7, 2018 17:00
Show Gist options
  • Save tommcfarlin/2d19efd113fa1032c408a895a29ef127 to your computer and use it in GitHub Desktop.
Save tommcfarlin/2d19efd113fa1032c408a895a29ef127 to your computer and use it in GitHub Desktop.
[Visual Studio Code] Installing PHPUnit in Visual Studio Code
{
// ...
// PHPUnit Sttings.
"phpunit.execPath": "/usr/local/bin/phpunit",
"phpunit.args": [
"--configuration", "./phpunit.xml.dist"
],
"phpunit.preferRunClassTestOverQuickPickWindow": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment