Test Setup Failed
Branch master (a4c7f9)
by Dominik
16:59 queued 14:20
created

Repository Config

checks:
    php:
        uppercase_constants: true
        use_self_instead_of_fqcn: true

filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

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