Passed
Push — develop ( 89f4d5...6069b2 )
by Daniel
06:16
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'features/*'

checks:
    php: true

build:
    environment:
        php:
            version: 7.2
    tests:
        override:
            -
                command: bin/phpunit --coverage-clover=clover.xml
                coverage:
                    file: clover.xml
                    format: php-clover
            -
                command: vendor/bin/behat

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
        - 'features/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true