Passed
Push — master ( 6de810...51ea1d )
by Marek
02:07
created

Checkout Config

build:
    environment:
        php:
            version: '7.1'
    tests:
        override:
            -
                command: 'bin/phpunit --configuration=tests/phpunit.xml --coverage-clover=clover.xml'
                coverage:
                    file: 'clover.xml'
                    format: 'php-clover'

checks:
    php:
        duplication: false

filter:
    paths:
        - 'src/*'

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true