Test Setup Failed
Branch master (fa53ac)
by Petr
03:15
created

Checkout Config

build:
    environment:
        php:
            version: 7.0.0
    tests:
        override:
            -
                command: vendor/bin/phpunit --coverage-clover=coverage.xml
                coverage:
                    file: coverage.xml
                    format: php-clover
checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php

# tests: true