Test Failed
Branch master (213557)
by Thomas
01:48
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    environment:
        php:
            version: 7.0.8
    tests:
        override:
            -
                command: 'phpunit --bootstrap vendor/autoload.php --coverage-clover=coverage --no-configuration ./tests'
                coverage:
                    file: 'coverage'
                    format: 'clover'