filter:
excluded_paths:
- 'tests/*'
- 'vendor/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: false
build:
tests:
override:
-
command: 'phpunit --coverage-clover=coverage'
coverage:
file: 'coverage'
format: 'php-clover'