Test Failed
Push — master ( e31a39...3a3e9a )
by Richard
11:30 queued 09:15
created

Checkout Config

checks:
    php: true
filter:
    excluded_paths:
        - 'tests/*'
build:
    tests:
        override:
            -
                command: 'phpunit --bootstrap tests/autoloader.php --coverage-clover=coverage-file tests'
                coverage:
                    file: 'coverage-file'
                    format: 'php-clover'

Repository Config

# language: php