filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
general:
linefeed_character: return-newline
other:
after_type_cast: false
build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=coverage-file'
coverage:
file: 'coverage-file'
format: 'clover'