build: tests: override: - command: "vendor/bin/phpunit" coverage: file: build/clover.xml format: clover filter: excluded_paths: - tests/*
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: bitwise: false build: true