filter: paths: [src/*] excluded_paths: [tests/*] tools: php_analyzer: true php_code_sniffer: config: standard: "PSR2" checks: php: code_rating: true build: dependencies: override: - composer install --no-interaction --prefer-source tests: override: - command: 'vendor/bin/phpunit --verbose --coverage-clover=coverage.xml' coverage: file: 'coverage.xml' format: 'php-clover'
filter: excluded_paths: - 'tests/*' checks: php: true coding_style: php: spaces: around_operators: concatenation: false