Test Failed
Push — stable ( f9bb1a...f2c640 )
by Nuno
01:53
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    tests:
        override:
            -
                command: 'php vendor/bin/phpunit --coverage-clover=coverage.clover'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'

Repository Config

# language: php