Passed
Branchmaster (538d99)
by Thomas
03:15
created

Repository Config

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