Test Setup Failed
Push — develop ( e1be97...48d482 )
by Mattias
01:44
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        code_rating: true
        duplication: true
coding_style:
    php:
        indentation:
            general:
                size: 2
        spaces:
            around_operators:
                additive: false
                concatenation: true
build:
    tests:
        override:
            -
                command: "composer run-tests"
                coverage:
                    file: 'build/tmp/coverage.xml'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 2
        spaces:
            around_operators:
                additive: false
                concatenation: true
build: true