Completed
Pull Request — master (#1)
by Ole
05:30
created

Repository Config

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