Completed
Push — master ( 79509a...3b3b52 )
by El
10:27
created

Repository Config

checks:
    php: true
    javascript: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                additive: false
                concatenation: true
tools:
    external_code_coverage: true
build:
    tests:
        override:
            -
                command: 'cd tst && phpunit'
                coverage:
                    file: 'tst/log/coverage-clover.xml'
                    format: 'clover'