Test Failed
Branch master (f83914)
by Rasul
07:02
created

Repository Config

build:
    environment:
        php:
            version: '7.4'
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
        coverage:
            tests:
                override:
                  - command: 'vendor\bin\phpunit'
                    coverage:
                      file: clover.xml
        
                      # These formats are supported:
                      # clover, cobertura, jacoco, python-cc, ruby-cc, go-cc, lcov
                      format: clover
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true