Test Setup Failed
Push — master ( 3ef048...5fd193 )
by Vitaliy
02:08
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
            -
                command: phpunit
                coverage:
                    file: 'build/phpunit/index.xml'
                    format: 'php-clover'