checks:
php: true
filter:
excluded_paths:
- vendors/*
- examples/*
- tests/*
build:
tests:
override:
-
command: 'phpunit --coverage-clover=build/coverage_report'
coverage:
file: 'build/coverage_report'
format: 'clover'
filter:
excluded_paths:
- tests/*
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
build: true