Test Failed
Push — master ( 354914...90a56d )
by Enrico
02:14
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths: ["vendor/*","tests/*"]

build:
    environment:
        php:
            version: 7.2
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'php-clover'

tools:
    php_mess_detector: true
    php_cpd:
        enabled: true
        excluded_dirs: [vendor]
    php_pdepend:
        enabled: true
        excluded_dirs: [vendor]
    php_code_sniffer:
        enabled: true
        config:
            standard: PSR2
    php_code_coverage: true
    php_loc:
        enabled: true
        excluded_dirs: [vendor]
    sensiolabs_security_checker: true

before_commands:
    - "composer install --prefer-source"

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:
            general:
                linefeed_character: return-newline