Test Failed
Push — 5.x ( b7308e...092e38 )
by Enjoys
03:02
created

Checkout Config

build:
  environment:
    php:
      version: 8.0
  nodes:
    analysis:
      project_setup:
        override:
          - 'true'
      tests:
        override:
          - php-scrutinizer-run
    coverage:
      tests:
        override:
          - command: ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml
            coverage:
              file: build/logs/clover.xml   # <- Set this to where we find the coverage data.
              #    The path is relative to the current directory.
              format: clover
filter:
  excluded_paths:
    - 'tests/*'
    - 'example/*'
checks:
  php: true
coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true