filter: excluded_paths: - 'tests/*' - 'bin/*' checks: php: true coding_style: php: spaces: around_operators: additive: false concatenation: true other: after_type_cast: false build: dependencies: override: - composer install --dev --no-interaction tests: override: - command: './vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover' environment: php: version: 5.6