Test Setup Failed
Branch master (1a30bd)
by Giancarlos
04:32
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
        spaces:
            around_operators:
                concatenation: true
                
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: ['vendor/bin/phpunit']
        tests: true