Test Failed
Push — master ( f2f49d...52ea81 )
by Matt
02:18
created

Repository Config

build:
    image: default-bionic
    environment:
        php: 8.1.2
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
        coverage:
            tests:
                override:
                  - command: ./vendor/bin/phpunit --verbose --coverage-clover=/home/scrutinizer/build/clover.xml
                    coverage:
                        file: /home/scrutinizer/build/clover.xml
                        format: clover
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            other:
                after_type_cast: false