build:
tests:
override:
-
command: 'phpunit --coverage-clover=coverage'
coverage:
file: 'coverage'
format: 'php-clover'
tools:
php_sim: true
php_pdepend: true
php_analyzer: true
filter:
excluded_paths:
- 'tests/*'