Passed
Push — master ( 8d7c1d...403b82 )
by Richard
09:13 queued 07:02
created

Checkout Config

checks:
    php: true
filter:
    excluded_paths:
        - 'tests/*'
build:
    tests:
        override:
            -
                command: 'phpunit --bootstrap vendor/autoload.php --coverage-clover=coverage-file tests'
                coverage:
                    file: 'coverage-file'
                    format: 'php-clover'

Repository Config

# language: php