Completed
Push — master ( 8a4be1...fe7d42 )
by Constantin
06:22
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