Test Failed
Pull Request — master (#5)
by
unknown
04:08
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/clover.xml'
                coverage:
                    file: 'build/clover.xml'
                    format: 'php-clover'

Repository Config

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