filter: excluded_paths: - 'tests/*' checks: php: true build: nodes: analysis: tests: override: - php-scrutinizer-run environment: php: '7.4' postgresql: false redis: false tests: override: - command: 'vendor/bin/phpunit --coverage-clover=.coverage.tmp' coverage: file: '.coverage.tmp' format: 'clover' coding_style: php: spaces: before_parentheses: closure_definition: true around_operators: concatenation: true other: after_type_cast: false
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: { } build: true