filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true build: environment: php: '5.6.16' tests: override: - command: 'phpunit --configuration=phpunit.xml --coverage-clover=clover.xml' coverage: file: 'clover.xml' format: 'clover'