Passed
Push — develop ( 39c8ea...a1dd48 )
by Kevin
06:58 queued 03:22
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'vendor/phpunit/phpunit/phpunit -c tests/phpunit.xml.dist --coverage-clover coverage'
                coverage:
                    file: 'coverage'
                    format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build: true