Completed
Branch master (356246)
by Владислав
12:25 queued 09:31
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=phpunit-coverage'
                coverage:
                    file: 'phpunit-coverage'
                    format: 'clover'

filter:
    excluded_paths:
        - test/*

Repository Config

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

build: true