inherit: true
filter:
paths:
- src/*
build:
environment:
php: '5.6.16'
tests:
override:
-
command: phpunit
coverage:
format: php-clover
file: ./build/logs/clover.xml
filter:
excluded_paths:
- 'test/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true