exclude a bunch of phpunit test files
This commit is contained in:
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…
Reference in New Issue