filter: excluded_paths: - 'tests/*' checks: php: remove_extra_empty_lines: true fix_use_statements: remove_unused: true preserve_multiple: false preserve_blanklines: false order_alphabetically: false encourage_single_quotes: true avoid_todo_comments: true avoid_fixme_comments: true coding_style: php: { } tools: php_code_sniffer: config: standard: "PSR2" build: environment: php: version: 5.6 tests: override: - command: 'phpunit --configuration=tests/phpunit.xml --coverage-clover=clover.xml' coverage: file: 'clover.xml' format: 'php-clover'