Repository Config
build:
environment:
php: 7.0
nodes:
coverage:
services:
mysql: 5.7
tests:
override:
- command: vendor/bin/phpunit --filter MySQLTest::testCanEstablishConnection --coverage-clover coverage.xml
coverage:
file: coverage.xml
format: clover
analysis:
project_setup:
override:
- 'true'
tests:
override:
- php-scrutinizer-run
-
command: phpcs-run
use_website_config: true
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
tools:
php_code_coverage:
enabled: true
filter: { }