build: tests: override: - command: './vendor/bin/phpunit --coverage-clover=phpunit-coverage' coverage: file: 'phpunit-coverage' format: 'clover'
filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: spaces: within: brackets: true build: true