checks:
php: true
filter: { }
coding_style:
php:
spaces:
around_operators:
concatenation: true
build:
tests:
override:
-
command: 'phpunit --coverage-clover=clover.xml -c phpunit.xml.dist'
coverage:
file: 'clover.xml'
format: 'php-clover'