Passed
Push — master ( eef58c...dad002 )
by Brice
02:27
created

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                php:
                    version: 7.1
        tests: true

    environment:
        php:
            version: 7.1

        redis: true

    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'clover'
filter:
    excluded_paths:
        - 'bin/*'
        - 'cache/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true