Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not auto-detect tests from vendor, recursively #20

Closed
borekb opened this issue May 20, 2019 · 1 comment
Closed

Do not auto-detect tests from vendor, recursively #20

borekb opened this issue May 20, 2019 · 1 comment

Comments

@borekb
Copy link

borekb commented May 20, 2019

After the recent change in #18 which added recursive scanning for tests (I think), I get a lot of tests that are not "mine" but from vendor directories:

Screenshot 2019-05-20 at 09 02 20

I think the solution could be to automatically skip gitignored directories.

(This behavior is without any custom config. It's possible that I will be able to work around this by setting PHPUnit configuration via phpunit.args but I still think that by default, gitignored directories should not be scanned.)

@recca0120
Copy link
Owner

skip all vendor folder now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants