build: tests: override: - command: phpunit --bootstrap ./tests/bootstrap.php --configuration ./tests/phpunit.xml --colors coverage: file: ./build/logs/clover.xml format: php-clover
checks: php: true filter: { } coding_style: php: indentation: general: use_tabs: true spaces: around_operators: equality: false concatenation: false