Test Failed
Push — master ( a412f3...37f3d4 )
by Gerrit
08:22
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

build:
    environment:
        php:
            version: 7.4
    tests:
        override:
            - command: 'vendor/bin/phpunit --coverage-clover=some-file'
              coverage:
                file: 'some-file'
                format: 'clover'

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: true
filter: {  }