build:
tests:
override:
-
command: 'phpunit --configuration=phpunit.xml --coverage-clover=coverage.clover'
coverage:
file: 'coverage.clover'
format: 'php-clover'
tools:
php_code_sniffer:
config:
standard: "PSR1"
filter:
paths:
- src/*
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php: { }