Test Failed
Push — master ( ef47f9...baf804 )
by Witali
02:22
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'phpunit test --coverage-clover=coverage.xml --whitelist=src'
                coverage:
                    file: 'coverage.xml'
                    format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
            other:
                after_type_cast: false
build: true