Passed
Branchmaster (721fdb)
by Thomas
04:23
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
            other:
                after_type_cast: false
build:
    tests:
        override:
            -
                command: 'phpunit --configuration phpunit.xml.dist --coverage-clover=twlib-report'
                coverage:
                    file: 'twlib-report'
                    format: 'clover'