Test Failed
Push — develop ( 922210...ef015a )
by Brent
08:13
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.8
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
    javascript: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true