Passed
Push — master ( 643fda...f841d0 )
by Philipp
09:20 queued 07:32
created

Checkout Config

checks:
    php: true

tools:
    external_code_coverage: true

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

Repository Config

# language: php