Test Failed
Push — master ( e7d316...b27e61 )
by Laurens
06:43
created

Checkout Config

filter:
    excluded_paths: [tests/*]
checks:
    php:
        code_rating: true
        duplication: true

build:
    environment:
        php:
            version: 7.1
    tests:
        override:
            -
                command: 'make coverage'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'php-clover'

Repository Config

# language: php