checks:
php: true
filter: { }
coding_style:
php:
indentation:
general:
use_tabs: false
spaces:
around_operators:
concatenation: true
within:
brackets: false
build:
tests:
override:
-
command: 'phpunit --coverage-clover=some-file-for-coverage'
coverage:
file: 'some-file-for-coverage'
format: 'clover'
filter:
paths: ["src/*", "view/*", "config/*", "Module.php"]
excluded_paths:
- "*/Test/*" # Everything that has a "Test" directory somewhere in the path