tools:
external_code_coverage: true
php_sim: true
php_pdepend: true
php_analyzer: true
filter:
excluded_paths:
- 'tests/*'
checks:
php:
simplify_boolean_return: true
remove_extra_empty_lines: true
properties_in_camelcaps: true
parameters_in_camelcaps: true
build:
nodes:
tests: true
analysis:
tests:
override:
-
command: phpcs-run
use_website_config: true
environment:
php:
version: "7.2"