Passed
Push — master ( 7095d4...e1ddde )
by Michael
02:39
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:
      analysis:
        tests:
          override:
            - php-scrutinizer-run
      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