Completed
Push — master ( 168624...42c7be )
by Joni
03:21
created

Checkout Config

build:
    tests:
        override:
            -
                command: phpunit
                coverage:
                    format: php-clover
                    file: build/logs/clover.xml

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
            switch:
                indent_case: false
        spaces:
            around_operators:
                concatenation: true
build: true