Test Setup Failed
Branch master (4e9fb8)
by Woody
56s
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

# language: php