Passed
Branch master (7aebe4)
by Peter
04:06 queued 01:34
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage.txt'
                coverage:
                    file: 'coverage.txt'
                    format: 'php-clover'