Passed
Pull Request — master (#54)
by Jonathon
02:30
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - 'tests/'
        - 'vendor/'
        - 'styles/'
        - 'locales/'
        - 'doc/'
        - 'review/'

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

build:
    environment:
        php:
            version: 7.0.20
            ini:
                'date.timezone': 'Europe/Berlin'

Repository Config

checks:
    php: true

filter:
    excluded_paths:
        - 'tests/'
        - 'vendor/'
        - 'styles/'
        - 'locales/'
        - 'doc/'
        - 'review/'

coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true

build:
    environment:
        php:
            version: 7.0.20
            ini:
                'date.timezone': 'Europe/Berlin'
    tests:
        override:
            -
                command: phpunit --coverage-clover=review/coverage
                coverage:
                    file: review/coverage
                    format: php-clover