build: nodes: analysis: services: redis: 4 project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true coverage: services: redis: 4 tests: override: - command: composer test-coverage coverage: file: tests/_output/coverage.xml format: clover filter: excluded_paths: - 'tests/*' - 'vendor/*' checks: php: true coding_style: php: spaces: other: after_type_cast: false