filter:
excluded_paths:
- 'library/Debug/*'
- 'vendor/*'
- 'test/*'
coding_style:
php:
spaces:
around_operators:
concatenation: true
other:
after_type_cast: false
build:
environment:
php: 5.6.9
php: 7.0.6
tests:
override:
-
command: 'composer run-script post-create-project-cmd && phpunit --coverage-clover=some-file --bootstrap=./test/bootstrap.php'
coverage:
file: 'some-file'
format: 'clover'