build:
tests:
override:
-
command: 'phpunit'
coverage:
file: 'build/logs/clover.xml'
format: 'php-clover'
tools:
php_analyzer: true
php_mess_detector: true
php_pdepend: true
php_cpd: true
php_hhvm: true
php_cs_fixer:
config: { level: psr2 }
sensiolabs_security_checker: true
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
other:
after_type_cast: false