Test Failed
Push — master ( 3e96d2...d4b731 )
by Dan
06:30
created

Checkout Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build:
    environment:
        php:
            version: 7.0.8
        memcached: true
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --configuration phpunit.xml  --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            before_keywords:
                catch: false
            other:
                after_type_cast: false
build: true