Test Setup Failed
Push — master ( 79fba8...23cd61 )
by Kevin
01:10
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        return_doc_comments: true
        parameter_doc_comments: true

coding_style:
    php:
        spaces:
            other:
                after_type_cast: false

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