Test Failed
Push — master ( 7af793...8e3c5c )
by Dan
03:55
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 my-coverage-file
                coverage:
                    file: my-coverage-file
                    format: php-clover