Test Failed
Push — master ( 8e1fba...42c96c )
by Joe
03:14
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        return_doc_comments: true
        uppercase_constants: true

coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=clover-file'
                coverage:
                    file: 'clover-file'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        return_doc_comments: true
        uppercase_constants: true

coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=clover-file'
                coverage:
                    file: 'clover-file'
                    format: 'clover'