Test Failed
Push — master ( 98b5c5...2de995 )
by Jean-Bernard
01:46
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'wget https://phar.phpunit.de/phpunit.phar --output-document=./phpunit; php phpunit'
                coverage:
                    file: '/tmp/coverage.xml'
                    format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            within:
                brackets: true
build: true