diff --git a/.vscode/settings.json b/.vscode/settings.json index 31807d10..08271210 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" ] }