You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
rtorralba
changed the title
Add extra -f flag if use paratest
extension add extra wrong -f flag if use paratest
May 21, 2024
Repro
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
The text was updated successfully, but these errors were encountered: