Test Failed
Push — master ( 7bb6ad...882418 )
by
unknown
09:34
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false
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