Test Failed
Push — release/5.x ( 3aca7b...4817e3 )
by
unknown
08:19 queued 02:06
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
            other:
                after_type_cast: false
build:
    environment: 
        php: 7.0.20
    tests:
        override:
            -
                command: 'composer test'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run

Global Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
            other:
                after_type_cast: false
build:
    environment:
        php: '7.1'
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'
    dependencies:
        override:
            - php -d memory_limit=-1 /usr/bin/composer.phar install --no-interaction