build: tests: override: - command: 'wget https://phar.phpunit.de/phpunit.phar --output-document=./phpunit; php phpunit --verbose --coverage-clover=coverage.clover --coverage-text --bootstrap vendor/autoload.php tests' coverage: file: 'coverage.clover' format: 'clover' filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { } build: true