Repository Config
build:
image: default-bionic
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
# - command: phpcs-run
# use_website_config: false
- command: XDEBUG_MODE=coverage vendor/bin/phpunit --configuration phpunit.xml --coverage-clover /home/scrutinizer/build/clover.xml
coverage:
file: /home/scrutinizer/build/clover.xml
format: php-clover
tests: true
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
indentation:
general:
size: 1
spaces:
around_operators:
concatenation: true
within:
brackets: true