Completed
Pull Request — master (#15)
by Jérémy
19:41 queued 17:31
created

Checkout Config

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'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }