build: environment: php: version: 7.3.5 nodes: analysis: tests: override: - php-scrutinizer-run coverage: tests: override: - command: vendor/bin/phpunit --configuration ./configuration/phpunit.xml --testsuite All coverage: file: documentation/codecoverage/coverage-clover.xml format: clover filter: excluded_paths: - 'vendor/*' - 'tests/*' coding_style: php: spaces: around_operators: bitwise: false