Repository Config
build:
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: vendor/bin/phpunit --verbose
coverage:
file: build/coverage.xml # <- Set this to where we find the coverage data.
# The path is relative to the current directory.
format: clover
tests: true
filter:
excluded_paths:
- 'tests/*'
- 'public/*'
- 'resources/*'
- 'vendor/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
within:
brackets: false
other:
after_type_cast: false