Test Failed
Push — master ( e2f3d5...e81f34 )
by
unknown
02:27
created

Checkout Config

checks:
  php: true

build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
          - command: composer tests_readonly
            coverage:
              file: var/tests-coverage.xml
              format: clover
      environment:
        php:
          version: 8.3.13
          pecl_extensions:
            - xdebug
  dependencies:
    before:
      - composer install --no-progress --prefer-dist

tools:
  php_code_sniffer:
    enabled: true
    config:
      standard: PSR12

filter:
  paths:
    - src/*
  excluded_paths:
    - resources/*
    - tests/*
    - tools/*
    - var/*
    - vendor/*

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }