Test Failed
Push — master ( cc1d67...703193 )
by
unknown
05:11 queued 02:52
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            within:
                brackets: true
build:
    tests:
        before:
           - composer create-project --no-interaction
        override:
            -
                command: 'phpunit'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'php-clover'
    environment:
        php:
            version: 5.6.9