Test Failed
Push — master ( fc366b...a702cc )
by Dan
03:41
created

Checkout Config

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


Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
build: true