Test Failed
Pull Request — master (#11)
by Tristan
02:43
created

Checkout Config

build:
    environment:
        php:
            version: 5.6

    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'php-clover'

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

checks:
    php:
        code_rating: true
        duplication: true

filter: {  }
coding_style:
    php:
        indentation:
            general:
                size: 1