Passed
Push — master ( b74a1f...762e12 )
by MoshiMoshi
03:10
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'