mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-03-05 13:30:32 -05:00
feat(devcontainer): try provide --bootstrap arg and use global phpunit
This commit is contained in:
7
.vscode/settings.json
vendored
7
.vscode/settings.json
vendored
@@ -2,8 +2,11 @@
|
|||||||
"files.associations": {
|
"files.associations": {
|
||||||
"**/cfg/conf*.php": "ini"
|
"**/cfg/conf*.php": "ini"
|
||||||
},
|
},
|
||||||
"phpunit.phpunit": "${workspaceFolder}/vendor/bin/phpunit",
|
"phpunit.phpunit": "${userHome}/.composer/vendor/bin/phpunit",
|
||||||
"phpunit.args": [
|
"phpunit.args": [
|
||||||
"--configuration '${workspaceFolder}/tst/phpunit.xml'"
|
"--configuration",
|
||||||
|
"${workspaceFolder}/tst/phpunit.xml",
|
||||||
|
"--bootstrap",
|
||||||
|
"${workspaceFolder}/tst/Bootstrap.php"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user