vscode-phpunit
vscode-phpunit copied to clipboard
Override PHPUnit arguments
I am unable to override the arguments that this extensions uses by default using the Args setting in the extension.
settngs.json
{
"phpunit.args": ["--colors=always"]
}
This is the command the extension uses, my --colors-always always get overridden by --colors=never
php vendor/bin/phpunit --colors=always /home/john/Documents/myTest.php --colors=never --teamcity
--teamcity also annoying always appended and cannot be disabled
This also prevents parsing from codeception. Which should work as a stand in, but doesn't due to these erroneous flags.