Completed
Push — master ( 10a69c...50fe60 )
by Jay
03:50
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false
build:
    tests:
        override:
            -
                command: 'composer phpunit'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'

Repository Config

# language: php