Test Failed
Branch master (19e1ba)
by Robert
05:31 queued 03:10
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    -
                        command: 'vendor/bin/phpunit --coverage-clover=tests/coverage.xml'
                        coverage:
                            file: 'tests/coverage.xml'
                            format: 'clover'
                    - php-scrutinizer-run
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                use_tabs: true
        spaces:
            around_operators:
                concatenation: true