build: tests: override: - command: 'wget https://phar.phpunit.de/phpunit.phar --output-document=./phpunit; php phpunit' coverage: file: '/tmp/coverage.xml' format: 'clover'
checks: php: true filter: { } coding_style: php: spaces: within: brackets: true build: true