Passed
Push — master ( c01bf5...f6cbd9 )
by Thomas
02:00
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 2
        spaces:
            around_operators:
                concatenation: true

build:
    environment:
        php:
            version: 7.0.8
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage tests'
                coverage:
                    file: 'coverage'
                    format: 'clover'