filter: excluded_paths: - "extra/" - "tests/" checks: php: true coding_style: php: spaces: around_operators: concatenation: true build: tests: override: # in phpunit.xml.dist, tests annotated with "@group mysql" are # excluded, revert this - command: 'php ./vendor/bin/phpunit --coverage-clover=coverage-clover --exclude-group ""' coverage: file: 'coverage-clover' format: 'php-clover'
# language: php # tests: true