Completed
Push — master ( 13b38a...f07239 )
by Joao
02:35
created

Repository Config

checks:
    php: true
filter:
    paths:
        - src/*
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=some-file'
                coverage:
                    file: 'some-file'
                    format: 'clover'