Test Failed
Branch master (6cd10c)
by Robert
02:58
created

Repository Config

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