Test Failed
Push — master ( 9ab48b...ae4de0 )
by Chema
07:49 queued 06:32
created

Repository Config

build:
    environment:
        php: 8.0
    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 tests --coverage-clover tests/clover.xml --configuration phpunit.xml'
                        coverage:
                            file: 'tests/clover.xml'
                            format: 'clover'
checks:
    php: true
tools:
    php_cs_fixer: true