Passed
Push — master ( 3ac35b...00c5c7 )
by Klaas
05:10
created

Repository Config

build:
    nodes:
        analysis:
            dependencies:
                before:
                    - 'export COMPOSER_ROOT_VERSION=1.0.3'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
                    -
                        command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
                        coverage:
                            file: 'coverage.xml'
                            format: 'clover'
                    -  'vendor/bin/grumphp run --no-interaction'
            environment:
                php:
                    version: 7.1
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true