Test Failed
Push — psr-15 ( c363f1...ab1cb8 )
by Witold
08:16 queued 04:07
created

Checkout Config

checks:
    php: true
build:
    environment:
        php:
            version: 7.3
    tests:
        override:
            -
                command: '/vendor/bin/phpunit'
                coverage:
                    file: 'tmp/phpunit-coverage-clover.xml'
                    format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php: {  }