Test Failed
Branch master (783ef6)
by Steffen
03:01 queued 01:01
created

Checkout Config

build:
    environment:
        php:
            version: "7.1"
            ini:
                'date.timezone': 'Europe/Berlin'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage-file'
                coverage:
                    file: 'coverage-file'
                    format: 'clover'
checks:
    php: true

Repository Config

# language: php

# tests: true