Passed
Push — master ( 97ab44...6cbf2c )
by Iván
02:52
created

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover clover-results -c phpunit.dist.xml'
                coverage:
                    file: 'clover-results'
                    format: 'php-clover'