Passed
Push — master ( 403b82...173e49 )
by Richard
11:42
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