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