exclude a bunch of phpunit test files

master
Andrew Dolgov 3 years ago
parent ebf16a36a1
commit d6bb77f452

@ -13,8 +13,14 @@ parameters:
- vendor/*
- plugins/*/vendor/*
- plugins.local/*/vendor/*
excludePaths:
- node_modules/*
- vendor/**/tests/*
- vendor/**/test/*
- plugins/**/tests/*
- plugins/**/Test/*
- plugins.local/**/tests/*
- plugins/**/test/*
- plugins.local/**/test/*
paths:
- .
- .

Loading…
Cancel
Save