build: environment: php: '7.4.0' tests: override: - command: 'vendor/bin/phpunit --coverage-clover=coverage.xml' coverage: file: 'coverage.xml' format: 'clover' before_commands: - "composer install --prefer-source" tools: php_code_coverage: test_command: vendor/bin/phpunit checks: php: code_rating: true duplication: true filter: excluded_paths: - tests/*
checks: php: true filter: { } coding_style: php: spaces: before_keywords: else: false build: nodes: analysis: project_setup: override: ['true'] tests: override: [php-scrutinizer-run]