Test Setup Failed
Push — master ( f62f29...5bfa7e )
by Alexpts
06:59 queued 04:06
created

Checkout Config

#filter:
#    paths: ['src/*']
#
#build:
#    environment:
#        php:
#            version: 8.1.3
#
##    dependencies:
##        before:
##            - sudo apt-get install libssl-dev
#
#    tests:
#        override:
#            - php-scrutinizer-run --enable-security-analysis
#            -   command: 'XDEBUG_MODE=coverage ./vendor/bin/phpunit --config tests/phpunit.xml --coverage-clover=tests/clover.xml'
#                coverage:
#                    file: 'tests/clover.xml'
#                    format: 'clover'
#
#tools:
#    external_code_coverage: false

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:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false