Test Failed
Push — master ( 8311a3...415b97 )
by Petr
01:51
created

Checkout Config

build:
  environment:
    php:
      version: 7.1.0
  tests:
    override:
    -
      command: vendor/bin/phpunit --coverage-clover=coverage.xml tests
      coverage:
        file: coverage.xml
        format: php-clover
checks:
  php:
    code_rating: true
    duplication: true

Repository Config

# language: php