Test Failed
Branch master (b6d515)
by Jean-Bernard
01:34
created

Repository Config

build:
    tests:
        override:
            -
                command: 'php --version ; wget https://phar.phpunit.de/phpunit-5.7.phar --output-document=./phpunit; ./phpunit --coverage-clover=coverage.clover'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true