Test Setup Failed
Push — master ( bbc5d4...c3886b )
by Tomie
01:56
created

Checkout Config

imports:
    - php

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

build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

        tests-and-coverage:
            tests:
                override:
                    - command: "make phpunit"
                      coverage:
                        file: "build/coverage.clover"
                        format: "php-clover"

Repository Config

# language: php

# tests: true