Test Failed
Push — master ( 8e3065...29b5e3 )
by Magnus
02:11
created

Checkout Config

imports:
    - php

filter:
    excluded_paths: [vendor/*, test/*]

build:

    dependencies:
        before:
            -
                command: "mkdir build"

    tests:
        override:
            -
                command: "phpunit --configuration .phpunit.xml"
                coverage:
                    file: "build/coverage.clover"
                    format: "php-clover"

checks:
    php:
        code_rating: true
        duplication: true

Repository Config

# language: php

# tests: true