Repository Config
build:
cache:
directories:
- vendor
environment:
variables:
LOGIN: '[email protected]'
PASSWORD: 'pVMa65t@'
nodes:
analysis:
environment:
variables:
LOGIN: '[email protected]'
PASSWORD: 'pVMa65t@'
project_setup:
override:
- 'true'
tests:
override:
-
command: php ./vendor/bin/phpunit --configuration phpunit.xml ./tests
coverage:
file: 'tests/_output/coverage.xml'
format: 'php-clover'
-
command: php-scrutinizer-run
tests: true
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
other:
after_type_cast: false