Test Failed
Push — master ( ead203...921ad1 )
by
unknown
01:39
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    environment:
        php:
            version: 5.6.9
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage.xml --configuration=phpunit.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'