filter: excluded_paths: - 'tests/*' checks: php: true build: environment: php: '5.5' tests: override: - command: 'phpunit --coverage-clover=.coverage.tmp' coverage: file: '.coverage.tmp' format: 'clover'
checks: php: true filter: { } coding_style: php: indentation: general: size: 1 spaces: around_operators: concatenation: true build: nodes: analysis: project_setup: override: ['true'] tests: override: [php-scrutinizer-run] tests: true