Test Failed
Push — master ( f70a2b...78221b )
by Gunvor
02:07
created

Checkout Config

imports:
    - php

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

build:

    dependencies:
        before:
            - "mkdir build"

        after:
            - "composer require --dev phpunit/phpunit"

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

Repository Config

# language: php

# tests: true