Skip to content

Instantly share code, notes, and snippets.

@mknparreira
Last active August 12, 2021 22:22
Show Gist options
  • Save mknparreira/23c2e64cb81567e9630c69c755825f46 to your computer and use it in GitHub Desktop.
Save mknparreira/23c2e64cb81567e9630c69c755825f46 to your computer and use it in GitHub Desktop.
PHP | Visual Studio Code | PHP Unit for Windows
{
 "terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
 "phpunit.php": "C:\\xampp\\php\\php.exe",
 "phpunit.phpunit": "C:/xampp/htdocs/talentsuite/htdocs/vendor/phpunit/phpunit/phpunit",
 "phpunit.args": [
    "--configuration", "C:\\xampp\\htdocs\\talentsuite\\htdocs\\phpunit.xml",
    "--testdox"
 ]
}
@mknparreira
Copy link
Author

Instalar os seguintes plugins:

  • PHPUnit
  • vscode-phpunit

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment