build: tests: override: - command: 'phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover' filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: true braces: classes_functions: class: new-line function: new-line if: opening: end-of-line do_while: while_on_new_line: true switch: opening: new-line try: opening: end-of-line upper_lower_casing: keywords: general: lower constants: true_false_null: lower build: true