build: nodes: analysis: services: redis: 4 project_setup: override: - 'true' tests: override: - php-scrutinizer-run - command: phpcs-run use_website_config: true coverage: environment: docker: true services: redis: 4 tests: before: - 'docker pull rabbitmq' - 'docker run -d --hostname my-rabbit -p 5672:5672 rabbitmq:3' - 'docker pull schickling/beanstalkd' - 'docker run -d -p 11300:11300 schickling/beanstalkd' - 'vendor/bin/codecept build' 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