Test Setup Failed
Push — master ( 7e62de...0f6d0f )
by Stefan
10:28 queued 03:37
created

Checkout Config

filter:
    excluded_paths:
        - 'Tests/*'
        - 'Migration/*'
        - 'Documentation/*'
    paths:
        - 'Classes/*'
        - 'cli/*'
        - 'domain/*'
        - 'modfunc1/*'
        - 'template/*'
        - 'view/*'
        - '*'

tools:

    external_code_coverage:
        timeout: 750
        runs: 1

    php_cpd:
        enabled: true

    php_code_sniffer:
        enabled: true
        config:
            standard: TYPO3CMS

    php_cs_fixer:
        enabled: true

    php_hhvm:
        enabled: true
        config:
            use_undeclared_constant:  false

    php_mess_detector:
        enabled: true
        config:
            controversial_rules:
                superglobals: false

    php_pdepend:
        enabled: true

    php_analyzer:
        enabled: true

    sensiolabs_security_checker: true

Repository Config

checks:
    php:
        fix_php_opening_tag: false
        remove_php_closing_tag: false
        no_mixed_inline_html: false
        require_braces_around_control_structures: false
        psr2_control_structure_declaration: false
        avoid_superglobals: false
        security_vulnerabilities: false
        no_exit: false
filter: {  }
coding_style:
    php: true
build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: phpcs-run
                        use_website_config: true
                    - php-scrutinizer-run