vscode-phpunit
vscode-phpunit copied to clipboard
Include and exclude pattern settings
I wanted to exclude some annoying, non-project related test files, but haven't found an option to do so yet, so this PR aims to add that. This would allow the configuration of more advanced setups
EDIT: If you configure the include pattern, e.g. tests/*Test.php
, you can improve the (re-)loading speed dramatically.