build:
environment:
php:
version: 7.2
nodes:
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
- command: chmod u+x run_phpunit && ./run_phpunit AIzaSyCO_gc4TRNQupcJ9FB9b3bRkFBgcMelBko
coverage:
file: coverage.xml
format: clover
tests: true
checks:
php: true
coding_style:
php:
spaces:
within:
brackets: true
filter: { }
tools:
external_code_coverage: true