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