Test Failed
Push — master ( dbaa6e...7f5634 )
by
unknown
57s queued 14s
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    tests:
        override:
        -
            command: vendor/bin/phpunit --coverage-clover=build/clover.xml
            coverage:
                file: build/clover.xml
                format: clover

filter:
    excluded_paths:
    - "./tests"

Repository Config

# language: php