Passed
Push — master ( 00f2c1...b0f71b )
by Simone
06:57
created

Checkout Config

build:
    environment:
        php:
            version: 7.1
    tests:
        override:
            -
                command: './bin/phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'
filter:
    excluded_paths:
        - "tests/"

Repository Config

filter:
    excluded_paths:
        - 'test/*'
        
checks:
    php: true
    
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
                
build:
    environment:
        php:
            version: 7.0.7