Repository Config
build:
nodes:
analysis:
environment:
php: 7.2
project_setup:
override: true
tests:
override:
-
command: phpcs-run
use_website_config: true
- php-scrutinizer-run
coverage:
environment:
php: 7.2
variables:
LP_KEY: '3a251cae5ad643f1b6c8e2e51db5b340'
LP_SECRET: '2039c43bfd882c2b'
LP_TOKEN: '182f885d451c4dc2a9e3741cc3699ec7'
LP_TOKEN_SECRET: '5e2365968e1ee5ef'
LP_ACCOUNT: '75555851'
SCRUT_TEST: 'yes'
project_setup:
override: true
tests:
override:
-
command: "./vendor/bin/phpunit --bootstrap=./vendor/autoload.php"
coverage:
file: "tests/coverage.xml"
format: clover
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
concatenation: true