Test Failed
Push — master ( 4a68e0...be50a5 )
by Jay
12:13
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
    tests:
        override:
            -
                command: 'composer phpunit'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
    tests:
        override:
            -
                command: 'composer phpunit'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'