Test Failed
Push — master ( 5c3fa6...0e9c56 )
by Steffen
01:31
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