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