build: tests: override: - command: 'vendor/bin/phpunit --colors=always --bootstrap ./tests/bootstrap.php ./tests --coverage-clover build/logs/clover.xml' coverage: file: 'build/logs/clover.xml' format: 'clover' checks: php: code_rating: true duplication: true
# language: php