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