filter: excluded_paths: - 'tests/*' build: dependencies: override: - 'composer install --no-interaction' tests: override: - command: 'phpunit --coverage-clover=clover.xml' coverage: file: 'clover.xml' format: 'php-clover' checks: php: duplication: false coding_style: php: spaces: before_parentheses: closure_definition: true