build: tests: override: - command: 'vendor/bin/phpunit' coverage: file: 'clover.xml' format: 'clover' nodes: analysis: tests: override: - php-scrutinizer-run tests: true checks: php: code_rating: true duplication: true filter: excluded_paths: - "tests/"