Passed
Branch master (4f29c9)
by Benjamin
02:43
created

Repository Config

build:
    environment:
        redis: false
        postgresql: false
        php:
            version: '7.1'
        node:
            version: '8.10.0'
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    -
                        command: 'vendor/bin/phpunit --coverage-clover=var/clover.xml'
                        coverage:
                            file: 'var/clover.xml'
                            format: 'clover'
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true