Test Failed
Push — main ( 8cc469...ccfd6b )
by Mehmet
02:18
created

Checkout Config

# .scrutinizer.yml
checks:
  php: true
build:
  nodes:
    analysis:
      tests:
        override:
          - php-scrutinizer-run
  environment:
    memcached: true
    redis: true
    php:
      version: 8.1
      pecl_extensions:
        - igbinary
        - redis
        - memcached
        - apcu
      ini:
        apc.enable: 1
        apc.enable_cli: 1
        xdebug.mode: 'coverage'
  tests:
    override:
      -
        command: 'vendor/bin/phpunit --configuration phpunit.xml'
        coverage:
          file: 'clover.xml'
          format: 'clover'
filter:
  excluded_paths:
    - "tests/"

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: {  }