tools:
  php_code_sniffer:
    config:
      standard: "PSR2"
build:
  tests:
    override:
      -
        command: 'phpunit --coverage-clover=phpunit-coverage.xml'
        coverage:
          file: 'phpunit-coverage.xml'
          format: 'php-clover'
                    filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }