build:
tests:
before:
- "composer install"
override:
-
command: 'cd tests && ../vendor/bin/phpunit --coverage-clover=clover.xml .'
coverage:
file: tests/clover.xml
format: clover
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
javascript: true
coding_style:
php:
indentation:
general:
use_tabs: true
spaces:
around_operators:
concatenation: true
build: true