settings.json 458 B

123456789101112131415
  1. {
  2. "files.associations": {
  3. "**/cfg/conf*.php": "ini"
  4. },
  5. "phpunit.phpunit": "${userHome}/.composer/vendor/bin/phpunit",
  6. "phpunit.args": [
  7. "--configuration",
  8. "${workspaceFolder}/tst/phpunit.xml",
  9. "--bootstrap",
  10. "${workspaceFolder}/tst/Bootstrap.php"
  11. ],
  12. "mochaExplorer.mochaPath": "js/node_modules/mocha",
  13. "mochaExplorer.pkgFile": "js/package.json",
  14. "mochaExplorer.files": "js/test/*.js"
  15. }