vscode-phpunit icon indicating copy to clipboard operation
vscode-phpunit copied to clipboard

extension add extra wrong -f flag if use paratest

Open rtorralba opened this issue 9 months ago • 0 comments

Repro

  1. add option "phpunit.phpunit": "vendor/bin/paratest" to settings

Outcome

php vendor/bin/paratest --testsuite=suite --configuration=phpunit.xml --filter=^.::(className)( with data set .)?$ className.php --colors=never --teamcity -f

**The "-f" option does not exist. **

Without "phpunit.phpunit": "vendor/bin/paratest" on settings doesn't add -f flag

Expected outcome

Execute test

rtorralba avatar May 21 '24 09:05 rtorralba