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

'PHPUnit Rerun Last Test' keep adding extra '--colors=always' argument

Open manhthang2504 opened this issue 4 years ago • 0 comments

Run command PHPUnit Rerun Last Test, each time I use this command, it add another extra --colors=always argument

Outcome

Executing task: php 'path/my_project/vendor/phpunit/phpunit/phpunit' --colors=always --colors=always --colors=always --colors=always 'path/my_project/tests/Unit/MyTest.php' --filter test_function

Expected outcome

Executing task: php 'path/my_project/vendor/phpunit/phpunit/phpunit' --colors=always 'path/my_project/tests/Unit/MyTest.php' --filter test_function (single --colors=always only)

Logs / output / settings

Executing task: php 'path/my_project/vendor/phpunit/phpunit/phpunit' --colors=always --colors=always --colors=always --colors=always 'path/my_project/tests/Unit/MyTest.php' --filter test_function

Environment Values
Extension version 4.1.1
Operating system Windows 11

manhthang2504 avatar Aug 30 '21 09:08 manhthang2504