Test Failed
Push — master ( 475bfc...ca0e1d )
by Oss
05:46
created

Checkout Config

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

Repository Config

# language: php

# tests: true