Completed
Push — master ( c41f75...541f7a )
by Antonio
01:41
created

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=clover-coverage'
                coverage:
                    file: 'clover-coverage'
                    format: 'clover'