recca0120 / vscode-phpunit

The VS Code Test Explorer extension for PHPUnit
MIT License
130 stars 44 forks source link

Add setting to allow some tests to be detected in vendor #177

Closed joshbmarshall closed 1 week ago

joshbmarshall commented 3 months ago

Hi I'm needing to get to some tests that are in the vendor folders, as I am developing a library. I see in #20 that the recursive test finder is omitting all vendor folders.

Is there a way we can specify in config which folders inside vendor it will find?

I use other libraries too, so I probably don't want their test suite.

Thanks in advance :)

joshbmarshall commented 3 months ago

Update: I rearranged my project so I don't need this feature now. Perhaps someone else will need in the future.