Test Failed
Push — main ( 8a7b9e...19b244 )
by Rasul
03:14 queued 12s
created

Repository Config

build:
    environment:
        php:
            version: '7.4'
    nodes:
        node-with-auto-setup:
          tests:
            override:
              - ./overridden-command.sh --with-different-option
    
              # if you just want to disable inferred commands, you can use the shell built-in "true"
              - true
        analysis:
            project_setup:
                override:
                    - 'true'
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true