Completed
Push — master ( c29d1c...19cb28 )
by Benjamin
04:30
created

Checkout Config

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

Repository Config

build:
    environment:
        redis: false
        postgresql: false
        node: false
        php:
            version: '7.1'
    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/*'
        - 'vendor/*'
        - 'var/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true