checks: php: uppercase_constants: true use_self_instead_of_fqcn: true filter: { } coding_style: php: spaces: around_operators: concatenation: true build: environment: php: version: 7.1.0 tests: override: - command: 'vendor/bin/phpunit --coverage-clover=clover.xml' coverage: file: 'clover.xml' format: 'clover'