Test Setup Failed
Pull Request — master (#13)
by
unknown
01:59
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true
build:
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --coverage-clover=phpunit-coverage'
        coverage:
          file: 'phpunit-coverage'
          format: 'php-clover'

Repository Config

# language: php

# tests: true