Test Failed
Push — master ( d818fc...2d2f9a )
by Christophe
08:50
created

Checkout Config

filter:
    excluded_paths:
        - Tests/*
build:
    environment:
        php: '5.6.16'
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage-file'
                coverage:
                    file: 'coverage-file'
                    format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                additive: false
            other:
                after_type_cast: false