Passed
Branch 1.1 (a7efe5)
by MoshiMoshi
05:45
created

Repository Config

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