Test Failed
Pull Request — master (#14)
by
unknown
13:32
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    environment:
        php:
            version: 5.6
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'

Repository Config

# language: php

# tests: true