# .scrutinizer.yml checks: php: code_rating: true duplication: true build: environment: php: '5.6' elasticsearch: true tests: override: - command: 'phpunit --coverage-clover=.soupmix_coverage' coverage: file: '.soupmix_coverage' format: 'clover'
# language: php # tests: true