Passed
Push — master ( 61e3bb...f9ef4e )
by Witali
01:30 queued 13s
created

Checkout Config

build:
    environment:
        php: '7.0.8'
    tests:
        override:
            -
                command: 'php tools/phpunit.phar 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