Test Failed
Push — psr-15 ( 9f706a )
by Witold
03:26
created

Checkout Config

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

Repository Config

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