Test Failed
Branch feature/support-php8 (28058b)
by Pieter van der
06:39 queued 02:38
created

Checkout Config

filter:
    excluded_paths:
        - 'library/tiqr/tests/*'
        - 'TestServer/*'

checks:
    php:
        code_rating: true
        duplication: true

coding_style:
    php: {  }
    
build:
    environment:
        php: 7.2       
    dependencies:
        override:
            # Required because pushok depends on curl >=7.46.0
            - composer install --no-interaction --no-scripts --ignore-platform-reqs
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        coverage:
            tests:
                override:
                    - command: XDEBUG_MODE=coverage; ./vendor/bin/phpunit --configuration=./ci/qa/qa-config/phpunit.xml
                      coverage:
                          file: ./ci/qa/qa-config/coverage.xml
                          format: clover

Repository Config

filter:
    excluded_paths:
        - 'library/tiqr/tests/*'
checks:
    php: true
coding_style:
    php: {  }