mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
feat(devcontainer): try provide --bootstrap arg and use global phpunit
This commit is contained in:
parent
4e437b4ac7
commit
422f149c52
1 changed files with 5 additions and 2 deletions
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
|
|
@ -2,8 +2,11 @@
|
|||
"files.associations": {
|
||||
"**/cfg/conf*.php": "ini"
|
||||
},
|
||||
"phpunit.phpunit": "${workspaceFolder}/vendor/bin/phpunit",
|
||||
"phpunit.phpunit": "${userHome}/.composer/vendor/bin/phpunit",
|
||||
"phpunit.args": [
|
||||
"--configuration '${workspaceFolder}/tst/phpunit.xml'"
|
||||
"--configuration",
|
||||
"${workspaceFolder}/tst/phpunit.xml",
|
||||
"--bootstrap",
|
||||
"${workspaceFolder}/tst/Bootstrap.php"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue