Test Setup Failed
Pull Request — master (#7)
by
unknown
57s
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: phpunit
                coverage:
                    file: 'build/phpunit/index.xml'
                    format: 'php-clover'