Test Failed
Push — master ( 350b34...338969 )
by Yaroslav
12:21
created

Checkout Config

filter:
  excluded_paths: [tests/*]

build:
  nodes:
    tests-with-coverage:
      environment:
        php:
          version: 8.0
      tests:
        override:
          - command: vendor/bin/phpunit --coverage-clover=coverage-file
            coverage:
              file: coverage-file
              format: php-clover

checks:
  php:
    fix_doc_comments: true

Repository Config

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