Test Failed
Push — master ( 528d5e...a26f56 )
by Constantin
03:19
created

Checkout Config

filter:
    excluded_paths:
        - tests/*

checks:
    php: true

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit  --configuration tests/phpunit.xml --coverage-clover=coverage.clover tests/'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'

Repository Config

# language: php

# tests: true