Test Failed
Branch master (757cad)
by Michael
01:18
created

Checkout Config

# .scrutinizer.yml
build:
    environment:
        php:
            version: 7.2       # Common versions: 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, or hhvm
    nodes:
        coverage:
            tests:
                override:
                    - command: vendor/phpunit/phpunit/phpunit
                      coverage:
                        file: coverage.xml   # <- Set this to where we find the coverage data.
                        format: clover

Repository Config

# language: php

# tests: true