Test Failed
Push — master ( 77e55e...46152d )
by SignpostMarv
02:15
created

Checkout Config

build:
    environment:
        postgresql: false
        redis: false
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]
        php71:
            environment:
                php: 7.1
    tests:
        override:
            -
                command: 'composer run scrutinizer --timeout=0'
                coverage:
                    file: 'phpunit.clover'
                    format: 'clover'

checks:
    php:
        code_rating: true
        duplication: false

filter:
    excluded_paths:
        - './Tests/'

Repository Config

# language: php