filter:
  excluded_paths:
    - 'tests/*'
checks:
  php: true
coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true
build:
  tests:
    override:
      -
        command: './vendor/bin/phpunit --coverage-clover=coverage'
        coverage:
          file: 'coverage'
          format: 'clover'
                    filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true