|
@@ -2,14 +2,17 @@
|
|
|
"files.associations": {
|
|
"files.associations": {
|
|
|
"**/cfg/conf*.php": "ini"
|
|
"**/cfg/conf*.php": "ini"
|
|
|
},
|
|
},
|
|
|
|
|
+ "phpunit.environment": {
|
|
|
|
|
+ "XDEBUG_MODE": "coverage"
|
|
|
|
|
+ },
|
|
|
"phpunit.phpunit": "${userHome}/.composer/vendor/bin/phpunit",
|
|
"phpunit.phpunit": "${userHome}/.composer/vendor/bin/phpunit",
|
|
|
|
|
+ "phpunit.command": "/bin/sh -c 'cd ${workspaceFolder}/tst && ${php} ${phpunit} ${phpunitargs}'",
|
|
|
"phpunit.args": [
|
|
"phpunit.args": [
|
|
|
"--configuration",
|
|
"--configuration",
|
|
|
"${workspaceFolder}/tst/phpunit.xml",
|
|
"${workspaceFolder}/tst/phpunit.xml",
|
|
|
"--bootstrap",
|
|
"--bootstrap",
|
|
|
"${workspaceFolder}/tst/Bootstrap.php"
|
|
"${workspaceFolder}/tst/Bootstrap.php"
|
|
|
],
|
|
],
|
|
|
- "mochaExplorer.mochaPath": "js/node_modules/mocha",
|
|
|
|
|
"mochaExplorer.pkgFile": "js/package.json",
|
|
"mochaExplorer.pkgFile": "js/package.json",
|
|
|
"mochaExplorer.files": "js/test/*.js"
|
|
"mochaExplorer.files": "js/test/*.js"
|
|
|
}
|
|
}
|