build: tests: override: - command: phpunit coverage: format: php-clover file: build/logs/clover.xml checks: php: code_rating: true duplication: false filter: excluded_paths: - examples/ - test/
filter: excluded_paths: - 'test/*' checks: php: true coding_style: php: indentation: general: use_tabs: true switch: indent_case: false spaces: around_operators: bitwise: false concatenation: true build: true