build: tests: override: - command: "vendor/bin/phpunit --coverage-clover clover.xml" coverage: file: 'clover.xml' format: 'php-clover' filter: excluded_paths: - tests/* tools: php_code_coverage: test_command: vendor/bin/phpunit
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true