Test Setup Failed
Push — master ( 0432df...bbd482 )
by Jacques
05:41 queued 04:34
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        code_rating: true
        duplication: true
coding_style:
    php: {  }
build:
    environment:
        php: 7.3.14
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --colors --debug --configuration=tests/phpunit.xml --coverage-clover /home/scrutinizer/build/logs/coverage.clover --coverage-text'
                coverage:
                    file: 'logs/coverage.clover'
                    format: 'clover'

Repository Config

# language: php

# tests: true