Test Failed
Branch master (4f1cd2)
by Johannes
01:55
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        custom_coding_standard:
            git_repository: 'https://github.com/typo3-ci/TYPO3SniffPool.git'
            git_version: 32d4ec16aaeb2105e404f2b8c7f4f853e2215be9
            ruleset_path: ruleset.xml

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false
        upper_lower_casing:
            keywords:
                general: lower
            constants:
                true_false_null: lower

build: 
    environment:
        php: 5.6
        
    dependencies:
        before:
            - sudo apt update

    tests:
        stop_on_failure: true