filter: excluded_paths: - 'tests/*' checks: php: uppercase_constants: true return_doc_comments: true properties_in_camelcaps: true coding_style: php: { } build: tests: override: - command: 'phpunit -c phpunit.xml --coverage-clover=coverage' coverage: file: 'coverage' format: 'clover'